Function nc::mbind

source ยท
pub unsafe fn mbind(
    start: *const c_void,
    len: usize,
    mode: i32,
    nmask: &[usize],
    maxnode: usize,
    flags: u32,
) -> Result<(), Errno>
Expand description

Set memory policy for a memory range.