HomeSort by: relevance | last modified time | path
    Searched refs:PurgeAllocatorIntervalSec (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerOptions.h 61 int PurgeAllocatorIntervalSec = 1;
FuzzerLoop.cpp 722 if (Options.PurgeAllocatorIntervalSec < 0 || !EF->__sanitizer_purge_allocator)
726 .count() < Options.PurgeAllocatorIntervalSec)
FuzzerDriver.cpp 591 Options.PurgeAllocatorIntervalSec = Flags.purge_allocator_interval;

Completed in 28 milliseconds