Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1032 struct AllocationRingBuffer { struct
1257 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 …]