Struct hwloc::TopologyMemBindSupport [] [src]

#[repr(C)]
pub struct TopologyMemBindSupport { /* fields omitted */ }

Flags describing actual memory binding support for this topology.

Methods

impl TopologyMemBindSupport
[src]

Binding the whole current process is supported.

Getting the binding of the whole current process is supported.

Binding a whole given process is supported.

Getting the binding of a whole given process is supported.

Binding the current thread only is supported.

Getting the binding of the current thread only is supported.

Binding a given memory area is supported.

Getting the binding of a given memory area is supported.

Allocating a bound memory area is supported.

First-touch policy is supported.

Bind policy is supported.

Interleave policy is supported.

Replication policy is supported.

Next-touch migration policy is supported.

Migration flags is supported.

Trait Implementations

impl Debug for TopologyMemBindSupport
[src]

Formats the value using the given formatter.