Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1655 u32 AllocationRingBufferSize = static_cast<u32>(ring_buffer_size); in initRingBufferMaybe() local
1669 if (AllocationRingBufferSize > kMaxU32Pow2 / kStacksPerRingBufferEntry) in initRingBufferMaybe()
1672 AllocationRingBufferSize)); in initRingBufferMaybe()
1689 roundUp(ringBufferSizeInBytes(AllocationRingBufferSize), in initRingBufferMaybe()
1694 RB->RingBufferElements = AllocationRingBufferSize; in initRingBufferMaybe()