Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1501 u32 AllocationRingBufferSize = in initRingBuffer() local
1503 if (AllocationRingBufferSize < 1) in initRingBuffer()
1508 roundUpTo(ringBufferSizeInBytes(AllocationRingBufferSize), getPageSizeCached()), in initRingBuffer()
1511 RingBuffer->Size = AllocationRingBufferSize; in initRingBuffer()
1518 static constexpr size_t ringBufferSizeInBytes(u32 AllocationRingBufferSize) { in ringBufferSizeInBytes() argument
1520 AllocationRingBufferSize * in ringBufferSizeInBytes()