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

References

projects/compiler-rt/lib/xray/xray_allocator.h
  261     SpinMutexLock L1(&O.Mutex);
  262     MaxMemory = O.MaxMemory;
  263     O.MaxMemory = 0;
  266     BackingStore = O.BackingStore;
  267     O.BackingStore = nullptr;
  268     AlignedNextBlock = O.AlignedNextBlock;
  269     O.AlignedNextBlock = nullptr;
  270     AllocatedBlocks = O.AllocatedBlocks;
  271     O.AllocatedBlocks = 0;
  272     Owned = O.Owned;
  273     O.Owned = false;