Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc55 uptr total_shown = 0; in Print() local
63 total_shown += a.total_size; in Print()
64 if (total_shown * 100 / total_allocated_ > top_percent) in Print()