Searched refs:AllocationRingBuffer (Results 1 – 1 of 1) sorted by relevance
995 struct AllocationRingBuffer { struct1013 AllocationRingBuffer RingBuffer = {}; argument1211 typename AllocationRingBuffer::Entry *Entry = in storeRingBufferEntry()1212 &RingBuffer.Entries[Pos % AllocationRingBuffer::NumEntries]; in storeRingBufferEntry()1355 reinterpret_cast<const AllocationRingBuffer *>(RingBufferPtr); in getRingBufferErrorInfo()1358 for (uptr I = Pos - 1; I != Pos - 1 - AllocationRingBuffer::NumEntries && in getRingBufferErrorInfo()1361 auto *Entry = &RingBuffer->Entries[I % AllocationRingBuffer::NumEntries]; in getRingBufferErrorInfo()