Searched refs:ControlBlock (Results 1 – 3 of 3) sorted by relevance
30 BufferQueue::ControlBlock *allocControlBlock(size_t Size, size_t Count) { in allocControlBlock()32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()34 : reinterpret_cast<BufferQueue::ControlBlock *>(B); in allocControlBlock()37 void deallocControlBlock(BufferQueue::ControlBlock *C, size_t Size, in deallocControlBlock()40 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in deallocControlBlock()43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount()50 void incRefCount(BufferQueue::ControlBlock *C) { in incRefCount()
42 struct ControlBlock { struct62 ControlBlock *BackingStore = nullptr; argument63 ControlBlock *ExtentsBackingStore = nullptr;144 ControlBlock *BackingStore;147 ControlBlock *ExtentsBackingStore;
546 enum { Other, ControlBlock, ASTBlock, DiagnosticOptionsBlock } State = Other; in loadModuleFile() enumerator577 State = ControlBlock; in loadModuleFile()618 if (State == ControlBlock && Code == IMPORTS) { in loadModuleFile()