← Back to C-Kernel-Engine Docs Doxygen Source Documentation
MemorySlot Struct Reference

#include <system_topology.h>

Data Fields

int data_width_bits
 
char locator [64]
 
bool populated
 
int rank
 
uint64_t size_mb
 
int slot_number
 
int speed_mhz
 
char type [32]
 

Detailed Description

Definition at line 111 of file system_topology.h.

Field Documentation

◆ data_width_bits

int MemorySlot::data_width_bits

Definition at line 119 of file system_topology.h.

Referenced by topology_discover_memory().

◆ locator

char MemorySlot::locator[64]

Definition at line 113 of file system_topology.h.

Referenced by topology_discover_memory(), and topology_print_memory().

◆ populated

bool MemorySlot::populated

Definition at line 114 of file system_topology.h.

Referenced by topology_discover_memory(), and topology_print_memory().

◆ rank

int MemorySlot::rank

Definition at line 118 of file system_topology.h.

Referenced by topology_discover_memory().

◆ size_mb

uint64_t MemorySlot::size_mb

Definition at line 115 of file system_topology.h.

Referenced by topology_discover_memory(), and topology_print_memory().

◆ slot_number

int MemorySlot::slot_number

Definition at line 112 of file system_topology.h.

Referenced by topology_discover_memory().

◆ speed_mhz

int MemorySlot::speed_mhz

Definition at line 116 of file system_topology.h.

Referenced by topology_discover_memory(), and topology_print_memory().

◆ type

char MemorySlot::type[32]

Definition at line 117 of file system_topology.h.

Referenced by topology_discover_memory(), and topology_print_memory().


The documentation for this struct was generated from the following file: