Searched refs:top_percent (Results 1 – 4 of 4) sorted by relevance
49 void Print(uptr top_percent) { in Print() argument57 "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() argument96 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, (void*)top_percent); in __sanitizer_print_memory_profile()
141 void __sanitizer_print_memory_profile(size_t top_percent);
84 double top_percent, double bottom_percent);
913 double right_percent, double top_percent, in graph_add_extra_space() argument918 g->top_extra = top_percent; in graph_add_extra_space()