Searched refs:top_percent (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp50 void Print(uptr top_percent, uptr max_number_of_contexts) { argument
63 total_quarantined_count_ + total_other_count_, top_percent,
72 if (total_shown * 100 / total_allocated_user_size_ > top_percent)
120 void __sanitizer_print_memory_profile(uptr top_percent, argument
124 Arg[0] = top_percent;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h292 // allocation size until top_percent of total live heap is shown. top_percent
296 void __sanitizer_print_memory_profile(size_t top_percent,

Completed in 256 milliseconds