Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp66 constexpr size_t kExtentsSize = sizeof(ExtentsPadded); variable
94 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()
101 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount); in init()
125 (kExtentsSize * i)); in init()
193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
211 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
229 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount); in cleanupBuffers()