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

References

projects/compiler-rt/lib/xray/xray_allocator.h
  212     if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory)
  220     ++AllocatedBlocks;
  253     AllocatedBlocks = O.AllocatedBlocks;
  253     AllocatedBlocks = O.AllocatedBlocks;
  254     O.AllocatedBlocks = 0;
  270     AllocatedBlocks = O.AllocatedBlocks;