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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { function in namespace:__anon2594
192 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
210 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
211 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
228 decRefCount(BackingStore, BufferSize, BufferCount);
229 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount);

Completed in 92 milliseconds