Searched refs:__sanitizer_purge_allocator (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dallocator_interface.h83 void __sanitizer_purge_allocator(void);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h41 __sanitizer_purge_allocator();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp718 if (Options.PurgeAllocatorIntervalSec < 0 || !EF->__sanitizer_purge_allocator)
727 EF->__sanitizer_purge_allocator();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1131 void __sanitizer_purge_allocator() { function

Completed in 120 milliseconds