跳转至

cf::DimmInfo

DIMM (Memory Module) information.

#include <memory_info.h>

Public Attributes

Name
uint64_t capacity_bytes
Capacity in bytes.
MemoryType type
Memory type (DDR3/DDR4/LPDDR4, etc.).
uint32_t frequency_mhz
Operating frequency in MHz.
std::string manufacturer
Manufacturer name (optional, empty if unavailable).
std::string part_number
Part number (optional, empty if unavailable).
std::string serial_number
Serial number (optional, empty if unavailable).
uint8_t channel
Memory channel number (0-based).
uint8_t slot
Slot number on the channel (0-based).

Public Attributes Documentation

variable capacity_bytes

uint64_t capacity_bytes;

Capacity in bytes.

variable type

MemoryType type;

Memory type (DDR3/DDR4/LPDDR4, etc.).

variable frequency_mhz

uint32_t frequency_mhz;

Operating frequency in MHz.

variable manufacturer

std::string manufacturer;

Manufacturer name (optional, empty if unavailable).

variable part_number

std::string part_number;

Part number (optional, empty if unavailable).

variable serial_number

std::string serial_number;

Serial number (optional, empty if unavailable).

variable channel

uint8_t channel;

Memory channel number (0-based).

variable slot

uint8_t slot;

Slot number on the channel (0-based).


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