跳转至

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

PhysicalMemory physical;

Physical memory statistics.

variable swap

SwapMemory swap;

Swap space statistics.

variable cached

CachedMemory cached;

Cached/buffered memory (mainly Linux).

variable process

ProcessMemory process;

Current process memory usage.

variable dimms

std::vector< DimmInfo > dimms;

List of memory modules (DIMM info).


Updated on 2026-03-09 at 10:14:00 +0000