Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h82 static const u32 SecondaryCacheQuarantineSize = 0U; member
111 static const u32 SecondaryCacheQuarantineSize = 32U; member
142 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>
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp94 static const scudo::u32 SecondaryCacheQuarantineSize = 0U; member