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

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

Completed in 209 milliseconds