Home
last modified time | relevance | path

Searched refs:HeapAllocationsRingBuffer (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.h42 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } in heap_allocations()
74 HeapAllocationsRingBuffer *heap_allocations_;
Dhwasan_allocator.h101 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer; typedef
Dhwasan_thread.cpp41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz); in Init()
Dhwasan_thread_list.h141 res += HeapAllocationsRingBuffer::SizeInBytes(sz); in MemoryUsedPerThread()
Dhwasan_report.cpp141 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()