Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz); in Init()
71 sizeof(Thread), heap_allocations_->SizeInBytes(), in Init()
90 if (heap_allocations_) in Destroy()
91 heap_allocations_->Delete(); in Destroy()
Dhwasan_thread.h42 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } in heap_allocations()
74 HeapAllocationsRingBuffer *heap_allocations_; variable