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

References

projects/compiler-rt/lib/scudo/standalone/quarantine.h
  140       TotalBytes += Batch.Size;
  141       TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize();
  141       TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize();
  142       TotalQuarantineChunks += Batch.Count;