Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp45 total_other_count_++; in ProcessChunk()
61 total_other_count_, total_allocated_count_ + in Print()
62 total_quarantined_count_ + total_other_count_, top_percent, in Print()
81 uptr total_other_count_ = 0; member in __asan::HeapProfile