Searched refs:BackingStore (Results 1 – 3 of 3) sorted by relevance
175 unsigned char *BackingStore = nullptr; member183 if (UNLIKELY(BackingStore == nullptr)) { in Alloc()185 if (BackingStore == nullptr) { in Alloc()191 AlignedNextBlock = BackingStore; in Alloc()228 BackingStore(nullptr), in Allocator()250 BackingStore = O.BackingStore; in Allocator()251 O.BackingStore = nullptr; in Allocator()265 if (BackingStore != nullptr)267 BackingStore = O.BackingStore;268 O.BackingStore = nullptr;[all …]
84 if (BackingStore == nullptr) in init()91 BackingStore = nullptr; in init()130 Buf.Data = &BackingStore->Data + (BufferSize * i); in init()132 Buf.BackingStore = BackingStore; in init()152 BackingStore(nullptr),177 incRefCount(BackingStore); in getBuffer()193 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()198 if (Buf.Data < &BackingStore->Data || in releaseBuffer()211 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()229 decRefCount(BackingStore, BufferSize, BufferCount); in cleanupBuffers()[all …]
63 ControlBlock *BackingStore = nullptr; member145 ControlBlock *BackingStore; variable