Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h95 void init(u32 RingSz, u32 TabSz) { in init() argument
96 DCHECK(isPowerOfTwo(RingSz)); in init()
98 RingSize = RingSz; in init()
99 RingMask = RingSz - 1; in init()