UM C API  6.16
tnwg_mallinfo_stat_grp_record_t_stct Struct Reference

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).
 

Detailed Description

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.


The documentation for this struct was generated from the following file: