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
   85     Stats.add(StatAllocated, ClassSize);
  102     Stats.add(StatFree, ClassSize);
projects/compiler-rt/lib/scudo/standalone/primary64.h
  289       C->getStats().add(StatMapped, UserMapSize);
  319     C->getStats().add(StatFree, AllocatedUser);
projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   81     Stats.add(StatAllocated, CommitSize);
   82     Stats.add(StatMapped, H->MapSize);
projects/compiler-rt/lib/scudo/standalone/stats.h
   74       add(static_cast<StatType>(I), S->get(static_cast<StatType>(I)));