Searched refs:AllocationRingBuffer (Results 1 – 1 of 1) sorted by relevance
1005 struct AllocationRingBuffer { struct1023 AllocationRingBuffer RingBuffer = {}; argument1221 typename AllocationRingBuffer::Entry *Entry = in storeRingBufferEntry()1222 &RingBuffer.Entries[Pos % AllocationRingBuffer::NumEntries]; in storeRingBufferEntry()1365 reinterpret_cast<const AllocationRingBuffer *>(RingBufferPtr); in getRingBufferErrorInfo()1368 for (uptr I = Pos - 1; I != Pos - 1 - AllocationRingBuffer::NumEntries && in getRingBufferErrorInfo()1371 auto *Entry = &RingBuffer->Entries[I % AllocationRingBuffer::NumEntries]; in getRingBufferErrorInfo()