Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h193 AllocationRingBuffer *RB = getRingBuffer(); in enableRingBuffer()
201 AllocationRingBuffer *RB = getRingBuffer(); in disableRingBuffer()
854 AllocationRingBuffer *RB = getRingBuffer(); in getStackDepotAddress()
860 AllocationRingBuffer *RB = getRingBuffer(); in getStackDepotSize()
879 AllocationRingBuffer *RB = getRingBuffer(); in getRingBufferSize()
987 struct AllocationRingBuffer { struct
1005 static_assert(sizeof(AllocationRingBuffer) % argument
1006 alignof(typename AllocationRingBuffer::Entry) ==
1017 AllocationRingBuffer *getRingBuffer() { in getRingBuffer()
1018 return reinterpret_cast<AllocationRingBuffer *>( in getRingBuffer()
[all …]