Expand description

Rust bindings to Linux’s ‘numa’ library.

Re-exports

pub use super::linux_wrapper::numa_node_of_cpu as node_of_cpu;
pub use super::linux_wrapper::numa_run_on_node as run_on_node;
pub use super::linux_wrapper::numa_set_strict as set_strict;
pub use super::linux_wrapper::numa_tonode_memory as tonode_memory;

Structs

A contiguous memory region that is dynamically allocated on multiple NUMA nodes.

Specifies the requested memory allocation size on the NUMA node

Specifies the ratio of total memory allocated on the NUMA node

A contiguous memory region that is dynamically allocated on the specified NUMA node.

Enums

Specifies the allocation page type