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);
  101     Stats.sub(StatAllocated, ClassSize);
projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   81     Stats.add(StatAllocated, CommitSize);
   97     Stats.sub(StatAllocated, CommitSize);
projects/compiler-rt/lib/scudo/standalone/wrappers_c.inc
   49       static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatAllocated]);