Searched refs:AllocationRingBuffer (Results 1 – 1 of 1) sorted by relevance
1032 struct AllocationRingBuffer { struct1257 typename AllocationRingBuffer::Entry *Entry = in storeRingBufferEntry()1478 static typename AllocationRingBuffer::Entry *1481 &RawRingBuffer[sizeof(AllocationRingBuffer)])[N]; in getRingBufferEntry()1483 static const typename AllocationRingBuffer::Entry *1503 static_assert(sizeof(AllocationRingBuffer) % in mapAndInitializeRingBuffer()1519 return sizeof(AllocationRingBuffer) + in ringBufferSizeInBytes()1524 if (Bytes < sizeof(AllocationRingBuffer)) { in ringBufferElementsFromBytes()1527 return (Bytes - sizeof(AllocationRingBuffer)) / in ringBufferElementsFromBytes()1528 sizeof(typename AllocationRingBuffer::Entry); in ringBufferElementsFromBytes()[all …]