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

References

projects/compiler-rt/lib/scudo/standalone/wrappers_c.inc
   40   SCUDO_ALLOCATOR.getStats(Stats);
   42   Info.hblkhd = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatMapped]);
   46   Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
   49       static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatAllocated]);