reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { 32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); 37 void deallocControlBlock(BufferQueue::ControlBlock *C, size_t Size, 40 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); 43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { 50 void incRefCount(BufferQueue::ControlBlock *C) {projects/compiler-rt/lib/xray/xray_buffer_queue.h
62 ControlBlock *BackingStore = nullptr; 63 ControlBlock *ExtentsBackingStore = nullptr; 144 ControlBlock *BackingStore; 147 ControlBlock *ExtentsBackingStore;