Searched refs:max_number_of_contexts (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
64 max_number_of_contexts);
65 for (uptr i = 0; i < Min(allocations_.size(), max_number_of_contexts);
121 uptr max_number_of_contexts) {
125 Arg[1] = max_number_of_contexts;
120 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts) argument
/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.h293 // should be between 1 and 100. At most max_number_of_contexts contexts
297 size_t max_number_of_contexts);

Completed in 109 milliseconds