Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h123 struct HeapAllocationRecord { struct
131 typedef RingBuffer<HeapAllocationRecord> HeapAllocationsRingBuffer; argument
H A Dhwasan_report.cpp167 HeapAllocationRecord *har, uptr *ring_index, in FindHeapAllocation()
507 HeapAllocationRecord har = {};
659 HeapAllocationRecord har; in CopyAllocations()
839 const HeapAllocationRecord har = ha.har; in PrintAddressDescription()