Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc49 void Print(uptr top_percent) { in Print() argument
57 "showing top %zd%%\n", total_allocated_, total_count_, top_percent); in Print()
64 if (total_shown * 100 / total_allocated_ > top_percent) in Print()
95 void __sanitizer_print_memory_profile(uptr top_percent) { in __sanitizer_print_memory_profile() argument
96 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, (void*)top_percent); in __sanitizer_print_memory_profile()
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h141 void __sanitizer_print_memory_profile(size_t top_percent);