# Functions

NewCPUAllocator return a new cpuAllocator instance.

# Constants

AllocDefault is the default allocation preferences.
AllocIdleCores requests allocation of full idle cores (all threads in core).
AllocIdleNodes requests allocation of full idle NUMA nodes.
AllocIdlePackages requests allocation of full idle packages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

CPUAllocator is an interface for a generic CPU allocator.

# Type aliases

AllocFlag represents CPU allocation preferences.
No description provided by the author
IDFilter helps filtering Ids.
IDSorter helps sorting Ids.