Searched refs:__sanitizer_print_memory_profile (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | print_memory_profile_test.cc | 20 __sanitizer_print_memory_profile(100); in main() 21 __sanitizer_print_memory_profile(50); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | print_memory_profile_test.cpp | 26 __sanitizer_print_memory_profile(atoi(argv[1]), atoi(argv[2])); in main()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_interface.h | 44 __sanitizer_print_memory_profile(uptr top_percent, uptr max_number_of_contexts);
|
D | sanitizer_common_interface.inc | 40 INTERFACE_FUNCTION(__sanitizer_print_memory_profile)
|
D | sanitizer_common_libcdep.cpp | 87 __sanitizer_print_memory_profile(90, 20); in BackgroundThread()
|
/external/compiler-rt/include/sanitizer/ |
D | common_interface_defs.h | 141 void __sanitizer_print_memory_profile(size_t top_percent);
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtil.cpp | 215 if (EF->__sanitizer_print_memory_profile && l.owns_lock()) in PrintMemoryProfile() 216 EF->__sanitizer_print_memory_profile(95, 8); in PrintMemoryProfile()
|
D | FuzzerExtFunctions.def | 38 EXT_FUNC(__sanitizer_print_memory_profile, void, (size_t, size_t), false);
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerUtil.cpp | 215 if (EF->__sanitizer_print_memory_profile && l.owns_lock()) in PrintMemoryProfile() 216 EF->__sanitizer_print_memory_profile(95, 8); in PrintMemoryProfile()
|
D | FuzzerExtFunctions.def | 38 EXT_FUNC(__sanitizer_print_memory_profile, void, (size_t, size_t), false);
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | common_interface_defs.h | 299 void __sanitizer_print_memory_profile(size_t top_percent,
|
/external/compiler-rt/lib/asan/ |
D | asan_memory_profile.cc | 95 void __sanitizer_print_memory_profile(uptr top_percent) { in __sanitizer_print_memory_profile() function
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerExtFunctions.def | 40 EXT_FUNC(__sanitizer_print_memory_profile, int, (size_t), false);
|
D | FuzzerLoop.cpp | 256 if (EF->__sanitizer_print_memory_profile) in RssLimitCallback() 257 EF->__sanitizer_print_memory_profile(50); in RssLimitCallback()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_memory_profile.cpp | 120 void __sanitizer_print_memory_profile(uptr top_percent, in __sanitizer_print_memory_profile() function
|