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.h1674 u32 AllocationRingBufferSize = static_cast<u32>(ring_buffer_size); in initRingBufferMaybe() local
1688 if (AllocationRingBufferSize > kMaxU32Pow2 / kStacksPerRingBufferEntry) in initRingBufferMaybe()
1691 AllocationRingBufferSize)); in initRingBufferMaybe()
1708 roundUp(ringBufferSizeInBytes(AllocationRingBufferSize), in initRingBufferMaybe()
1713 RB->RingBufferElements = AllocationRingBufferSize; in initRingBufferMaybe()