Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h208 PackingRatioLog(0), BitOffsetMask(0), SizePerRegion(0), in RegionPageMap()
246 SizePerRegion = in reset()
249 BufferNumElements = SizePerRegion * Regions; in reset()
262 return (Buffer.Data[Region * SizePerRegion + Index] >> BitOffset) & in get()
272 Buffer.Data[Region * SizePerRegion + Index] += static_cast<uptr>(1U) in inc()
284 Buffer.Data[Region * SizePerRegion + Index] += N << BitOffset; in incN()
303 Buffer.Data[Region * SizePerRegion + Index] |= CounterMask << BitOffset; in setAsAllCounted()
343 uptr SizePerRegion; variable