Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1005 struct AllocationRingBuffer { struct
1023 AllocationRingBuffer RingBuffer = {}; argument
1221 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()