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.h188 AllocationRingBuffer *RB = getRingBuffer(); in enableRingBuffer()
196 AllocationRingBuffer *RB = getRingBuffer(); in disableRingBuffer()
843 AllocationRingBuffer *RB = getRingBuffer(); in getStackDepotAddress()
849 AllocationRingBuffer *RB = getRingBuffer(); in getStackDepotSize()
868 AllocationRingBuffer *RB = getRingBuffer(); in getRingBufferSize()
976 struct AllocationRingBuffer { struct
994 static_assert(sizeof(AllocationRingBuffer) % argument
995 alignof(typename AllocationRingBuffer::Entry) ==
1006 AllocationRingBuffer *getRingBuffer() { in getRingBuffer()
1007 return reinterpret_cast<AllocationRingBuffer *>( in getRingBuffer()
[all …]