Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 Dprimary32.h206 Min(static_cast<s32>(Value), Config::PrimaryMaxReleaseToOsIntervalMs), in setOption()
H A Dprimary64.h179 Min(static_cast<s32>(Value), Config::PrimaryMaxReleaseToOsIntervalMs), in setOption()