Memory information.
More...
#include <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.
Definition at line 6815 of file sb.h.
The documentation for this struct was generated from the following file: