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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h42 HeapAllocationsRingBuffer *heap_allocations() { return heap_allocations_; }
74 HeapAllocationsRingBuffer *heap_allocations_;
H A Dhwasan_allocator.h93 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer; typedef in namespace:__hwasan
H A Dhwasan_thread.cpp41 heap_allocations_ = HeapAllocationsRingBuffer::New(sz);
H A Dhwasan_thread_list.h162 res += HeapAllocationsRingBuffer::SizeInBytes(sz);
H A Dhwasan_report.cpp129 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr,

Completed in 130 milliseconds