Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc36 total_allocated_ += size; in Insert()
54 CHECK(total_allocated_); in Print()
57 "showing top %zd%%\n", total_allocated_, total_count_, top_percent); in Print()
61 a.total_size * 100 / total_allocated_, a.count); in Print()
64 if (total_shown * 100 / total_allocated_ > top_percent) in Print()
70 uptr total_allocated_ = 0; member in __asan::HeapProfile