Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp30 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock() function
82 BackingStore = allocControlBlock(BufferSize, BufferCount); in init()
94 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()