hwloc::MEMBIND_REPLICATE [] [src]

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

Replicate memory on the given nodes; reads from this memory will attempt to be serviced from the NUMA node local to the reading thread. Replicating can be useful when multiple threads from the specified NUMA nodes will be sharing the same read-only data.