Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h67 CounterMask = ~(static_cast<uptr>(0)) >> (MaxCounterBits - CounterSizeBits); in PackedCounterArray()
107 return (Buffer[Region * SizePerRegion + Index] >> BitOffset) & CounterMask; in get()
111 DCHECK_LT(get(Region, I), CounterMask); in inc()
134 uptr CounterMask; variable