#include <LinuxMallInfo.h>
Definition at line 37 of file LinuxMallInfo.h.
art::detail::LinuxMallInfo::LinuxMallInfo |
( |
| ) |
|
|
inline |
struct mallinfo art::detail::LinuxMallInfo::get |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
LinuxMallInfo const & |
info |
|
) |
| |
|
friend |
Definition at line 55 of file LinuxMallInfo.h.
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 "
struct mallinfo art::detail::LinuxMallInfo::minfo_ |
|
private |
The documentation for this class was generated from the following file: