|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Information about a single NUMA node. More...
#include <numa_topology.h>

Public Attributes | |
| int | node_id {-1} |
| NUMA node identifier. | |
| std::vector< int > | cpu_ids |
| CPUs belonging to this node. | |
| std::size_t | memory_size_bytes {0} |
| Total memory on this node. | |
Information about a single NUMA node.
Definition at line 24 of file numa_topology.h.
| std::vector<int> kcenon::thread::numa_node::cpu_ids |
CPUs belonging to this node.
Definition at line 27 of file numa_topology.h.
Referenced by kcenon::thread::numa_topology::create_fallback().
| std::size_t kcenon::thread::numa_node::memory_size_bytes {0} |
Total memory on this node.
Definition at line 28 of file numa_topology.h.
Referenced by kcenon::thread::numa_topology::create_fallback().
| int kcenon::thread::numa_node::node_id {-1} |
NUMA node identifier.
Definition at line 26 of file numa_topology.h.
Referenced by kcenon::thread::numa_topology::create_fallback().