Searched refs:top_percent (Results 1 – 2 of 2) sorted by relevance
49 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() argument62 total_quarantined_count_ + total_other_count_, top_percent, in Print()71 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()102 static void MemoryProfileCB(uptr top_percent, uptr max_number_of_contexts) { in MemoryProfileCB() argument107 hp.Print(top_percent, max_number_of_contexts); in MemoryProfileCB()118 void __sanitizer_print_memory_profile(uptr top_percent, in __sanitizer_print_memory_profile() argument121 __asan::MemoryProfileCB(top_percent, max_number_of_contexts); in __sanitizer_print_memory_profile()
50 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);