Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h96 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX; member
127 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000; member
160 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0; member
H A Dsecondary.h296 Config::SecondaryCacheMaxReleaseToOsIntervalMs), in setOption()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp98 static const scudo::s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX; member