|
UM C API
6.17
|
Structure containing memory statistics. Used by tnwg_dstat_mallinfo_msg_t. Except where indicated, all fields of type lbm_uintXX_t should be byte-swapped if hdr.magic is equal to LBM_TNWG_DAEMON_ANTIMAGIC.
More...
#include <tnwgdmonmsgs.h>
Data Fields | |
| lbm_uint32_t | arena |
| Non-mmapped space allocated (bytes). | |
| lbm_uint32_t | ordblks |
| Number of free chunks. | |
| lbm_uint32_t | hblks |
| Number of mmapped regions. | |
| lbm_uint32_t | hblkhd |
| Space allocated in mmapped regions (bytes). | |
| lbm_uint32_t | uordblks |
| Total allocated space (bytes). | |
| lbm_uint32_t | fordblks |
| Total free space (bytes). | |
Structure containing memory statistics. Used by tnwg_dstat_mallinfo_msg_t. Except where indicated, all fields of type lbm_uintXX_t should be byte-swapped if hdr.magic is equal to LBM_TNWG_DAEMON_ANTIMAGIC.