Home
last modified time | relevance | path

Searched refs:ReleaseToOsIntervalMs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h208 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats()
262 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store()
481 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
586 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dprimary32.h228 atomic_s32 ReleaseToOsIntervalMs = {}; variable
495 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
1159 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages()
H A Dprimary64.h293 atomic_s32 ReleaseToOsIntervalMs = {}; variable
1117 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats()
1286 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
1538 const s64 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages()
H A Dcombined.h184 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init() local
185 Primary.init(ReleaseToOsIntervalMs); in init()
186 Secondary.init(&Stats, ReleaseToOsIntervalMs); in init()