reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_allocator.h
  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;