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

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

Completed in 100 milliseconds