Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1666 constexpr u32 kFramesPerStack = 16; in initRingBufferMaybe() local
1667 static_assert(isPowerOfTwo(kFramesPerStack)); in initRingBufferMaybe()
1673 if (TabSize > UINT32_MAX / kFramesPerStack) in initRingBufferMaybe()
1675 u32 RingSize = static_cast<u32>(TabSize * kFramesPerStack); in initRingBufferMaybe()