SqueezeBrains SDK 1.13
sb_t_memory_info Struct Reference

Memory information. More...

#include <sb.h>

Data Fields

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
 

Detailed Description

Memory information.

Definition at line 6091 of file sb.h.


The documentation for this struct was generated from the following file: