Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1244 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk() local
1247 if (BypassQuarantine) in quarantineOrDeallocateChunk()
1255 if (BypassQuarantine && allocatorSupportsMemoryTagging<AllocatorConfig>()) in quarantineOrDeallocateChunk()
1262 retagBlock(Options, TaggedPtr, Ptr, Header, Size, BypassQuarantine); in quarantineOrDeallocateChunk()
1267 if (BypassQuarantine) { in quarantineOrDeallocateChunk()
1293 bool BypassQuarantine) { in retagBlock() argument
1311 if (BypassQuarantine && !Header->ClassId) { in retagBlock()