Module affinity

Module affinity 

Source
Expand description

Identifiers for threads and NUMA regions.

Structs§

PinnedAffinity
A PinnedAffinity represents a specific binding to a processor and memory region.

Enums§

MemoryAffinity
An MemoryAffinity can be thought of as a placement in a system.

Functions§

memory_affinities
Create memory affinities manually when not using the ThreadRegistry.
pinned_affinities
Create pinned affinities manually when not using the ThreadRegistry.