//! NUMA-aware host allocation support.
//!//! This module groups the host-side NUMA topology and allocation-binding
//! bookkeeping. See [`numa_buffer`] for the topology, node-selection, and
//! per-node accounting types.
pubmodnuma_buffer;pubusenuma_buffer::{LOCAL_NUMA_DISTANCE, NumaAllocTracker, NumaBuffer, NumaTopology, closest_node_to_gpu,};