cf::MemoryInfo¶
Comprehensive memory information for system detection.
#include <memory_info.h>
Public Attributes¶
| Name | |
|---|---|
| PhysicalMemory | physical Physical memory statistics. |
| SwapMemory | swap Swap space statistics. |
| CachedMemory | cached Cached/buffered memory (mainly Linux). |
| ProcessMemory | process Current process memory usage. |
| std::vector< DimmInfo > | dimms List of memory modules (DIMM info). |
Public Attributes Documentation¶
variable physical¶
Physical memory statistics.
variable swap¶
Swap space statistics.
variable cached¶
Cached/buffered memory (mainly Linux).
variable process¶
Current process memory usage.
variable dimms¶
List of memory modules (DIMM info).
Updated on 2026-03-09 at 10:14:00 +0000