Home
last modified time | relevance | path

Searched refs:max_number_of_contexts (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp50 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() argument
64 max_number_of_contexts); in Print()
65 for (uptr i = 0; i < Min(allocations_.size(), max_number_of_contexts); in Print()
121 uptr max_number_of_contexts) { in __sanitizer_print_memory_profile() argument
125 Arg[1] = max_number_of_contexts; in __sanitizer_print_memory_profile()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
/external/llvm-project/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h300 size_t max_number_of_contexts);