Searched refs:heap_allocations_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz);
71 sizeof(Thread), heap_allocations_->SizeInBytes(),
90 if (heap_allocations_)
91 heap_allocations_->Delete();
H A Dhwasan_thread.h50 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; }
86 HeapAllocationsRingBuffer *heap_allocations_; member in class:__hwasan::Thread

Completed in 141 milliseconds