The memory_statistics state structure. More...
#include <sysutils.h>
Data Fields | |
uint64_t | phystotal |
uint64_t | physavail |
uint64_t | virttotal |
uint64_t | virtavail |
The memory_statistics state structure.
uint64_t physavail |
The available physical memory
uint64_t phystotal |
The total physical memory
uint64_t virtavail |
The available virtual memory
uint64_t virttotal |
The total virtual memory