Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp55 uptr total_shown = 0; in Print() local
70 total_shown += a.total_size; in Print()
71 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()