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

#include <system_topology.h>

Data Fields

int cpu_list [256]
 
uint64_t memory_free_mb
 
uint64_t memory_total_mb
 
int node_id
 
int num_cpus
 

Detailed Description

Definition at line 92 of file system_topology.h.

Field Documentation

◆ cpu_list

int NUMANode::cpu_list[256]

Definition at line 96 of file system_topology.h.

Referenced by topology_discover_numa(), and topology_print_numa().

◆ memory_free_mb

uint64_t NUMANode::memory_free_mb

Definition at line 95 of file system_topology.h.

Referenced by topology_discover_numa().

◆ memory_total_mb

uint64_t NUMANode::memory_total_mb

Definition at line 94 of file system_topology.h.

Referenced by topology_discover_numa(), and topology_print_numa().

◆ node_id

int NUMANode::node_id

Definition at line 93 of file system_topology.h.

Referenced by topology_discover_numa(), and topology_print_numa().

◆ num_cpus

int NUMANode::num_cpus

Definition at line 97 of file system_topology.h.

Referenced by topology_discover_numa(), and topology_print_numa().


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