hwloc::MEMBIND_INTERLEAVE [] [src]

pub const MEMBIND_INTERLEAVE: MemBindPolicy = $ BitFlags {
bits : $ value }

Allocate memory on the given nodes in an interleaved / round-robin manner. The precise layout of the memory across multiple NUMA nodes is OS/system specific. Interleaving can be useful when threads distributed across the specified NUMA nodes will all be accessing the whole memory range concurrently, since the interleave will then balance the memory references.