Home
last modified time | relevance | path

Searched refs:PrimaryMaxReleaseToOsIntervalMs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h78 static const s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
107 static const s32 PrimaryMaxReleaseToOsIntervalMs = 1000; member
138 static const s32 PrimaryMaxReleaseToOsIntervalMs = 1000; member
164 static const s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
184 static const s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
H A Dprimary64.h181 Min(static_cast<s32>(Value), Config::PrimaryMaxReleaseToOsIntervalMs), in setOption()
H A Dprimary32.h206 Min(static_cast<s32>(Value), Config::PrimaryMaxReleaseToOsIntervalMs), in setOption()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp28 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
44 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
60 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
150 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member
H A Dcombined_test.cpp523 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX; member