Home
last modified time | relevance | path

Searched refs:IntervalMs (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h1044 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages() local
1045 if (IntervalMs < 0) in hasChanceToReleasePages()
1056 static_cast<u64>(IntervalMs) * 1000000 > in hasChanceToReleasePages()
H A Dprimary64.h1270 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages() local
1271 if (IntervalMs < 0) in hasChanceToReleasePages()
1282 static_cast<u64>(IntervalMs) * 1000000 > in hasChanceToReleasePages()