memory info¶
- group turbo_memory_info
Functions
-
size_t get_system_memory()¶
Get the system memory size.
- Returns:
The system memory size
-
size_t get_total_memory_used()¶
Get the total memory used.
- Returns:
The total memory used
-
size_t get_process_memory_used()¶
Get the process memory used by the current process.
- Returns:
The process memory used
-
size_t get_physical_memory()¶
Get the physical memory size.
- Returns:
The physical memory size
-
size_t get_system_memory()¶