Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h92 static const u32 SecondaryCacheQuarantineSize = 0U; member
123 static const u32 SecondaryCacheQuarantineSize = 32U; member
156 static const u32 SecondaryCacheQuarantineSize = 32U; member
H A Dsecondary.h188 if (Config::SecondaryCacheQuarantineSize && in store()
191 (QuarantinePos + 1) % Max(Config::SecondaryCacheQuarantineSize, 1u); in store()
320 for (u32 I = 0; I != Config::SecondaryCacheQuarantineSize; ++I) { in disableMemoryTagging()
395 for (uptr I = 0; I < Config::SecondaryCacheQuarantineSize; I++) in releaseOlderThan()
411 NonZeroLengthArray<CachedBlock, Config::SecondaryCacheQuarantineSize>
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp94 static const scudo::u32 SecondaryCacheQuarantineSize = 0U; member