reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 Info.hblkhd = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatMapped]); 44 Info.usmblks = Info.hblkhd; 44 Info.usmblks = Info.hblkhd; 46 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]); 48 Info.uordblks = 51 Info.fordblks = Info.fsmblks; 51 Info.fordblks = Info.fsmblks; 52 return Info;