1 #ifndef art_Framework_Services_Optional_detail_LinuxMallInfo_h 2 #define art_Framework_Services_Optional_detail_LinuxMallInfo_h 50 friend std::ostream&
operator<<(std::ostream& os,
57 auto const& minfo = info.
minfo_;
58 os <<
" HEAP-ARENA [ SIZE-BYTES " << minfo.arena <<
" N-UNUSED-CHUNKS " 59 << minfo.ordblks <<
" TOP-FREE-BYTES " << minfo.keepcost <<
" ]" 60 <<
" HEAP-MAPPED [ SIZE-BYTES " << minfo.hblkhd <<
" N-CHUNKS " 61 << minfo.hblks <<
" ]" 62 <<
" HEAP-USED-BYTES " << minfo.uordblks <<
" HEAP-UNUSED-BYTES "
friend std::ostream & operator<<(std::ostream &os, LinuxMallInfo const &info)
struct mallinfo get() const