Memory information. It wraps the sb_t_memory_info structure.
More...
#include <cs_sb.h>
|
signed long long | proc_virtual_used |
| virtual memory used by process, in bytes
|
|
signed long long | proc_virtual_used_max |
| maximum virtual memory used by the process, in bytes
|
|
signed long long | proc_virtual_max |
| maximum virtual memory usable by the process, in bytes
|
|
signed long long | proc_physical_used |
| physical memory used by the process, in bytes
|
|
signed long long | proc_physical_used_max |
| maximum physical memory used by the process, in bytes
|
|
signed long long | system_total |
| system physical memory, in bytes
|
|
signed long long | system_used |
| system used physical memory, in bytes
|
|
signed long long | system_free |
| system free physical memory, in bytes
|
|
Memory information. It wraps the sb_t_memory_info structure.
Definition at line 237 of file cs_sb.h.
The documentation for this class was generated from the following file: