Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp406 const bool BypassQuarantine = !Size || (Size > QuarantineChunksUpToSize); in quarantineOrDeallocateChunk() local
407 if (BypassQuarantine) { in quarantineOrDeallocateChunk()
/external/scudo/standalone/
Dcombined.h1077 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk() local
1080 if (BypassQuarantine) in quarantineOrDeallocateChunk()
1105 if (BypassQuarantine) { in quarantineOrDeallocateChunk()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h1056 const bool BypassQuarantine = in quarantineOrDeallocateChunk() local
1058 if (BypassQuarantine) { in quarantineOrDeallocateChunk()