Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp49 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() argument
62 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() argument
107 hp.Print(top_percent, max_number_of_contexts); in MemoryProfileCB()
118 void __sanitizer_print_memory_profile(uptr top_percent, in __sanitizer_print_memory_profile() argument
121 __asan::MemoryProfileCB(top_percent, max_number_of_contexts); in __sanitizer_print_memory_profile()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h50 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);