|
Umdsdmonmsgs.h
6.14
|
Information about SmartHeap.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_SMARTHEAP )
More...
#include <umdsdmonmsgs.h>
Data Fields | |
| lbm_uint64_t | poolcount |
| Active allocation count (bytes) as reported by SmartHeap's MemPoolCount() function. | |
| lbm_uint64_t | smallblocksize |
| Small block size (bytes) as reported by SmartHeap's MemPoolInfo() function. | |
| lbm_uint64_t | pagesize |
| Page size (bytes) as reported by SmartHeap's MemPoolInfo() function. | |
| lbm_uint64_t | poolsize |
| Memory usage (bytes) as reported by SmartHeap's MemPoolSize() function. | |
| lbm_uint32_t | maj_ver |
| SmartHeap major version number. | |
| lbm_uint32_t | min_ver |
| SmartHeap minor version number. | |
| lbm_uint32_t | upd_ver |
| SmartHeap update version number. | |
Information about SmartHeap.
( umdsd_dstat_msg_hdr_t_stct::type == UMDS_DSTATTYPE_SMARTHEAP )
Except where indicated, all fields of type lbm_uintXX_t should be byte-swapped if hdr.magic is equal to LBM_UMDS_DMON_ANTIMAGIC.