1#ifndef MEMORYSTATEQUERY_H
2#define MEMORYSTATEQUERY_H
The MemState class records the type of the memories.
Definition MemoryStateQuery.h:10
uint64_t avail_phys_memory
Available physical memory in bytes.
Definition MemoryStateQuery.h:12
uint64_t total_virt_memory
Total virtual memory in bytes.
Definition MemoryStateQuery.h:13
uint64_t total_phys_memory
Total physical memory in bytes.
Definition MemoryStateQuery.h:11
uint64_t avail_virt_memory
Available virtual memory in bytes.
Definition MemoryStateQuery.h:14