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

References

projects/compiler-rt/lib/scudo/standalone/primary32.h
  333     if (Sci->AllocatedUser == 0)
  335     const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks;
  335     const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks;
  336     const uptr AvailableChunks = Sci->AllocatedUser / getSizeByClassId(ClassId);
  339                 ClassId, getSizeByClassId(ClassId), Sci->AllocatedUser >> 10,
  340                 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse,
  340                 Sci->Stats.PoppedBlocks, Sci->Stats.PushedBlocks, InUse,