Home
last modified time | relevance | path

Searched refs:BypassQuarantine (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator.cpp405 const bool BypassQuarantine = !Size || (Size > QuarantineChunksUpToSize); in quarantineOrDeallocateChunk() local
406 if (BypassQuarantine) { in quarantineOrDeallocateChunk()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcombined.h645 const bool BypassQuarantine = !Quarantine.getCacheSize() | !Size | in quarantineOrDeallocateChunk() local
647 if (BypassQuarantine) { in quarantineOrDeallocateChunk()