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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_memory_profile.cc51 void Print(uptr top_percent, uptr max_number_of_contexts) { argument
64 total_quarantined_count_ + total_other_count_, top_percent,
73 if (total_shown * 100 / total_allocated_user_size_ > top_percent)
121 void __sanitizer_print_memory_profile(uptr top_percent, argument
125 Arg[0] = top_percent;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc49 void Print(uptr top_percent, uptr max_number_of_contexts) { argument
62 total_quarantined_count_ + total_other_count_, top_percent,
71 if (total_shown * 100 / total_allocated_user_size_ > top_percent)
119 void __sanitizer_print_memory_profile(uptr top_percent, argument
123 Arg[0] = top_percent;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h45 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h43 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dcommon_interface_defs.h170 // allocation size until `top_percent` of total live heap is shown.
171 // `top_percent` should be between 1 and 100.
174 void __sanitizer_print_memory_profile(size_t top_percent,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h168 // allocation size until `top_percent` of total live heap is shown.
169 // `top_percent` should be between 1 and 100.
172 void __sanitizer_print_memory_profile(size_t top_percent,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dcommon_interface_defs.h295 // allocation size until top_percent of total live heap is shown. top_percent
299 void __sanitizer_print_memory_profile(size_t top_percent,

Completed in 237 milliseconds