reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 SpinMutexLock L1(&O.Mutex); 247 MaxMemory = O.MaxMemory; 248 O.MaxMemory = 0; 249 BackingStore = O.BackingStore; 250 O.BackingStore = nullptr; 251 AlignedNextBlock = O.AlignedNextBlock; 252 O.AlignedNextBlock = nullptr; 253 AllocatedBlocks = O.AllocatedBlocks; 254 O.AllocatedBlocks = 0; 255 Owned = O.Owned; 256 O.Owned = false;