Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h232 constexpr uptr MaxCounterBits = sizeof(*Buffer.Data) * 8UL; in reset() local
237 DCHECK_LE(CounterSizeBits, MaxCounterBits); in reset()
239 CounterMask = ~(static_cast<uptr>(0)) >> (MaxCounterBits - CounterSizeBits); in reset()
241 const uptr PackingRatio = MaxCounterBits >> CounterSizeBitsLog; in reset()