Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h372 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats() local
376 PoppedBlocks - PushedBlocks, IntervalMs >= 0 ? IntervalMs : -1); in getStats()
1323 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages() local
1324 if (IntervalMs < 0) in hasChanceToReleasePages()
1335 static_cast<u64>(IntervalMs) * 1000000 > in hasChanceToReleasePages()
H A Dprimary32.h1051 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages() local
1052 if (IntervalMs < 0) in hasChanceToReleasePages()
1063 static_cast<u64>(IntervalMs) * 1000000 > in hasChanceToReleasePages()