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

References

projects/compiler-rt/lib/hwasan/hwasan_thread.cpp
   41     heap_allocations_ = HeapAllocationsRingBuffer::New(sz);
   71              sizeof(Thread), heap_allocations_->SizeInBytes(),
   90   if (heap_allocations_)
   91     heap_allocations_->Delete();
projects/compiler-rt/lib/hwasan/hwasan_thread.h
   50   HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; }