Home
last modified time | relevance | path

Searched refs:TabSz (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
97 DCHECK(isPowerOfTwo(TabSz)); in init()
100 TabMask = TabSz - 1; in init()