Searched refs:BypassQuarantine (Results 1 – 1 of 1) sorted by relevance
1244 const bool BypassQuarantine = !Quarantine.getCacheSize() || in quarantineOrDeallocateChunk() local1247 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() argument1311 if (BypassQuarantine && !Header->ClassId) { in retagBlock()