Umdsdmonmsgs.h
6.14
|
Memory allocation statistics.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_MALLINFO )
More...
#include <umdsdmonmsgs.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). | |
Memory allocation statistics.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_MALLINFO )
Except where indicated, all fields of type lbm_uintXX_t
should be byte-swapped if hdr.magic
is equal to LBM_UMDS_DMON_ANTIMAGIC.