Searched refs:top_percent (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_memory_profile.cc | 49 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/ |
D | asan_memory_profile.cpp | 50 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/ |
D | sanitizer_allocator_interface.h | 44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
|
/external/compiler-rt/include/sanitizer/ |
D | common_interface_defs.h | 141 void __sanitizer_print_memory_profile(size_t top_percent);
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | common_interface_defs.h | 299 void __sanitizer_print_memory_profile(size_t top_percent,
|