Searched refs:BackingStore (Results 1 – 3 of 3) sorted by relevance
174 unsigned char *BackingStore = nullptr; member182 if (UNLIKELY(BackingStore == nullptr)) { in Alloc()184 if (BackingStore == nullptr) { in Alloc()190 AlignedNextBlock = BackingStore; in Alloc()227 BackingStore(nullptr), in Allocator()249 BackingStore = O.BackingStore; in Allocator()250 O.BackingStore = nullptr; in Allocator()264 if (BackingStore != nullptr)266 BackingStore = O.BackingStore;267 O.BackingStore = nullptr;[all …]
83 if (BackingStore == nullptr) in init()90 BackingStore = nullptr; in init()129 Buf.Data = &BackingStore->Data + (BufferSize * i); in init()131 Buf.BackingStore = BackingStore; in init()151 BackingStore(nullptr),176 incRefCount(BackingStore); in getBuffer()192 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()197 if (Buf.Data < &BackingStore->Data || in releaseBuffer()210 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()228 decRefCount(BackingStore, BufferSize, BufferCount); in cleanupBuffers()[all …]
62 ControlBlock *BackingStore = nullptr; member144 ControlBlock *BackingStore; variable