CCIMXDesktop
 
Loading...
Searching...
No Matches
MemoryStateQuery.h
1#ifndef MEMORYSTATEQUERY_H
2#define MEMORYSTATEQUERY_H
3#include <cstdint>
4namespace MemoryState {
5
16
17MemState queryOnce();
18
19};
20
21#endif // 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