Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h207 : Regions(0), NumCounters(0), CounterSizeBitsLog(0), CounterMask(0), in RegionPageMap()
239 CounterMask = ~(static_cast<uptr>(0)) >> (MaxCounterBits - CounterSizeBits); in reset()
263 CounterMask; in get()
267 DCHECK_LT(get(Region, I), CounterMask); in inc()
278 DCHECK_LE(N, CounterMask); in incN()
279 DCHECK_LE(get(Region, I), CounterMask - N); in incN()
299 DCHECK_LE(get(Region, I), CounterMask); in setAsAllCounted()
303 Buffer.Data[Region * SizePerRegion + Index] |= CounterMask << BitOffset; in setAsAllCounted()
314 if (Count == CounterMask) in updateAsAllCountedIf()
323 return get(Region, I) == CounterMask; in isAllCounted()
[all …]