reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 BackingStore = allocateBuffer(MaxMemory); 196 if (diff(AlignedNextBlockNum, BackingStoreNum) > ptrdiff_t(MaxMemory)) { 197 deallocateBuffer(BackingStore, MaxMemory); 212 if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory) 247 MaxMemory = O.MaxMemory; 247 MaxMemory = O.MaxMemory; 248 O.MaxMemory = 0; 262 MaxMemory = O.MaxMemory; 265 deallocateBuffer(BackingStore, MaxMemory); 281 deallocateBuffer(BackingStore, MaxMemory);