Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h954 if (Size < sizeof(AllocationRingBuffer) + in setRingBufferSizeForBuffer()
955 sizeof(typename AllocationRingBuffer::Entry)) { in setRingBufferSizeForBuffer()
958 AllocationRingBuffer *RingBuffer = in setRingBufferSizeForBuffer()
959 reinterpret_cast<AllocationRingBuffer *>(Buffer); in setRingBufferSizeForBuffer()
960 RingBuffer->Size = (Size - sizeof(AllocationRingBuffer)) / in setRingBufferSizeForBuffer()
961 sizeof(typename AllocationRingBuffer::Entry); in setRingBufferSizeForBuffer()
1056 struct AllocationRingBuffer { struct
1271 typename AllocationRingBuffer::Entry *Entry = in storeRingBufferEntry()
1415 reinterpret_cast<const AllocationRingBuffer *>(RingBufferPtr); in getRingBufferErrorInfo()
1489 static typename AllocationRingBuffer::Entry *
[all …]