Home
last modified time | relevance | path

Searched defs:SecondaryCacheMaxReleaseToOsIntervalMs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/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
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp98 static const scudo::s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX; member