Home
last modified time | relevance | path

Searched refs:top_percent (Results 1 – 4 of 4) 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);
/external/fio/
Dgraph.h84 double top_percent, double bottom_percent);
Dgraph.c913 double right_percent, double top_percent, in graph_add_extra_space() argument
918 g->top_extra = top_percent; in graph_add_extra_space()