Home
last modified time | relevance | path

Searched refs:top_percent (Results 1 – 5 of 5) 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/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp50 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() argument
63 total_quarantined_count_ + total_other_count_, top_percent, in Print()
72 if (total_shown * 100 / total_allocated_user_size_ > top_percent) in Print()
120 void __sanitizer_print_memory_profile(uptr top_percent, in __sanitizer_print_memory_profile() argument
124 Arg[0] = top_percent; in __sanitizer_print_memory_profile()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h141 void __sanitizer_print_memory_profile(size_t top_percent);
/external/llvm-project/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h299 void __sanitizer_print_memory_profile(size_t top_percent,