Home
last modified time | relevance | path

Searched refs:__sanitizer_print_memory_profile (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dprint_memory_profile_test.cc20 __sanitizer_print_memory_profile(100); in main()
21 __sanitizer_print_memory_profile(50); in main()
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h141 void __sanitizer_print_memory_profile(size_t top_percent);
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc95 void __sanitizer_print_memory_profile(uptr top_percent) { in __sanitizer_print_memory_profile() function
/external/llvm/lib/Fuzzer/
DFuzzerExtFunctions.def40 EXT_FUNC(__sanitizer_print_memory_profile, int, (size_t), false);
DFuzzerLoop.cpp256 if (EF->__sanitizer_print_memory_profile) in RssLimitCallback()
257 EF->__sanitizer_print_memory_profile(50); in RssLimitCallback()