Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp36 total_allocated_user_size_ += cv.UsedSize(); in ProcessChunk()
54 CHECK(total_allocated_user_size_); in Print()
59 total_allocated_user_size_, total_allocated_count_, in Print()
68 a.total_size * 100 / total_allocated_user_size_, a.count); in Print()
71 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()
77 uptr total_allocated_user_size_ = 0; member in __asan::HeapProfile