reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_report.cpp
  127 uptr FindHeapAllocation(HeapAllocationsRingBuffer *rb,
projects/compiler-rt/lib/hwasan/hwasan_thread.cpp
   41     heap_allocations_ = HeapAllocationsRingBuffer::New(sz);
projects/compiler-rt/lib/hwasan/hwasan_thread.h
   50   HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; }
   86   HeapAllocationsRingBuffer *heap_allocations_;
projects/compiler-rt/lib/hwasan/hwasan_thread_list.h
  162       res += HeapAllocationsRingBuffer::SizeInBytes(sz);