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.h182 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats()
224 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store()
390 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
488 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dprimary32.h340 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
1051 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages()
1166 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dprimary64.h372 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats()
403 atomic_store_relaxed(&ReleaseToOsIntervalMs, Interval); in setOption()
1323 const s32 IntervalMs = atomic_load_relaxed(&ReleaseToOsIntervalMs); in hasChanceToReleasePages()
1731 atomic_s32 ReleaseToOsIntervalMs = {}; variable
H A Dcombined.h179 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init() local
180 Primary.init(ReleaseToOsIntervalMs); in init()
181 Secondary.init(&Stats, ReleaseToOsIntervalMs); in init()