Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h85 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN; member
114 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0; member
145 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0; member
H A Dsecondary.h297 Config::SecondaryCacheMinReleaseToOsIntervalMs); in setOption()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp97 static const scudo::s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN; member