SqueezeBrains SDK 1.13
sb_cs::SbMemoryInfo Class Reference

Memory information. It wraps the sb_t_memory_info structure. More...

#include <cs_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. It wraps the sb_t_memory_info structure.

Definition at line 247 of file cs_sb.h.


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