cf::PhysicalMemory¶
Physical memory information.
#include <memory_info.h>
Public Attributes¶
| Name | |
|---|---|
| uint64_t | total_bytes Total physical memory in bytes. |
| uint64_t | available_bytes Available physical memory in bytes. |
| uint64_t | free_bytes Free physical memory in bytes. |
Public Attributes Documentation¶
variable total_bytes¶
Total physical memory in bytes.
variable available_bytes¶
Available physical memory in bytes.
variable free_bytes¶
Free physical memory in bytes.
Updated on 2026-03-09 at 10:14:00 +0000