Home
last modified time | relevance | path

Searched refs:__sanitizer_print_memory_profile (Results 1 – 15 of 15) 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/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dprint_memory_profile_test.cpp26 __sanitizer_print_memory_profile(atoi(argv[1]), atoi(argv[2])); in main()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
Dsanitizer_common_interface.inc40 INTERFACE_FUNCTION(__sanitizer_print_memory_profile)
Dsanitizer_common_libcdep.cpp87 __sanitizer_print_memory_profile(90, 20); in BackgroundThread()
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h141 void __sanitizer_print_memory_profile(size_t top_percent);
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtil.cpp215 if (EF->__sanitizer_print_memory_profile && l.owns_lock()) in PrintMemoryProfile()
216 EF->__sanitizer_print_memory_profile(95, 8); in PrintMemoryProfile()
DFuzzerExtFunctions.def38 EXT_FUNC(__sanitizer_print_memory_profile, void, (size_t, size_t), false);
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtil.cpp215 if (EF->__sanitizer_print_memory_profile && l.owns_lock()) in PrintMemoryProfile()
216 EF->__sanitizer_print_memory_profile(95, 8); in PrintMemoryProfile()
DFuzzerExtFunctions.def38 EXT_FUNC(__sanitizer_print_memory_profile, void, (size_t, size_t), false);
/external/llvm-project/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h299 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()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp120 void __sanitizer_print_memory_profile(uptr top_percent, in __sanitizer_print_memory_profile() function