Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp37 total_allocated_count_++; in ProcessChunk()
59 total_allocated_user_size_, total_allocated_count_, in Print()
61 total_other_count_, total_allocated_count_ + in Print()
78 uptr total_allocated_count_ = 0; member in __asan::HeapProfile