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

References

projects/compiler-rt/lib/scudo/standalone/local_cache.h
   86     Stats.sub(StatFree, ClassSize);
  101     Stats.sub(StatAllocated, ClassSize);
projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   97     Stats.sub(StatAllocated, CommitSize);
   98     Stats.sub(StatMapped, H->MapSize);