Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h86 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX; member
115 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000; member
146 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0; member
H A Dsecondary.h296 Config::SecondaryCacheMaxReleaseToOsIntervalMs), in setOption()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp98 static const scudo::s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX; member