HomeSort by: relevance | last modified time | path
    Searched refs:__sanitizer_print_memory_profile (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h 45 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
sanitizer_common_libcdep.cc 88 __sanitizer_print_memory_profile(90, 20);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
common_interface_defs.h 174 void __sanitizer_print_memory_profile(size_t top_percent,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_memory_profile.cc 12 // This file implements __sanitizer_print_memory_profile.
121 void __sanitizer_print_memory_profile(uptr top_percent, function in typeref:typename:SANITIZER_INTERFACE_ATTRIBUTE void
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtil.cpp 211 if (EF->__sanitizer_print_memory_profile && l.owns_lock())
212 EF->__sanitizer_print_memory_profile(95, 8);

Completed in 13 milliseconds