Searched refs:AllocationRingBufferSize (Results 1 – 1 of 1) sorted by relevance
1655 u32 AllocationRingBufferSize = static_cast<u32>(ring_buffer_size); in initRingBufferMaybe() local1669 if (AllocationRingBufferSize > kMaxU32Pow2 / kStacksPerRingBufferEntry) in initRingBufferMaybe()1672 AllocationRingBufferSize)); in initRingBufferMaybe()1689 roundUp(ringBufferSizeInBytes(AllocationRingBufferSize), in initRingBufferMaybe()1694 RB->RingBufferElements = AllocationRingBufferSize; in initRingBufferMaybe()