Home
last modified time | relevance | path

Searched refs:PurgeAllocatorIntervalSec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h75 int PurgeAllocatorIntervalSec = 1; member
H A DFuzzerLoop.cpp776 if (Options.PurgeAllocatorIntervalSec < 0 || !EF->__sanitizer_purge_allocator) in PurgeAllocator()
780 .count() < Options.PurgeAllocatorIntervalSec) in PurgeAllocator()
H A DFuzzerDriver.cpp708 Options.PurgeAllocatorIntervalSec = Flags.purge_allocator_interval; in FuzzerDriver()