Expand description
NUMA-aware helpers with Linux fast paths and portable fallbacks.
Functionsยง
- alloc_
on_ node - Allocate initialized values and, on Linux, migrate the backing pages toward a NUMA node.
- current_
node - Return the current NUMA node for the calling thread when the platform can determine it.
- node_
count - Return the number of NUMA nodes visible to the current process.
- pin_
to_ node - Pin the calling thread to a NUMA node when supported.