Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h57 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; } in heap_allocations()
94 HeapAllocationsRingBuffer *heap_allocations_;
H A Dhwasan_allocator.h131 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer; typedef
H A Dhwasan_thread_list.h149 res += HeapAllocationsRingBuffer::SizeInBytes(sz); in MemoryUsedPerThread()
H A Dhwasan_thread.cpp51 heap_allocations_ = HeapAllocationsRingBuffer::New(sz); in Init()
H A Dhwasan_report.cpp165 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()