Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp30 class HeapProfile { class
32 HeapProfile() { allocations_.reserve(1024); } in HeapProfile() function in __asan::HeapProfile
98 reinterpret_cast<HeapProfile*>(arg)->ProcessChunk( in ChunkCallback()
103 HeapProfile hp; in MemoryProfileCB()