Enum AllocationType
- Namespace
- DotCompute.Backends.CPU.Threading.NUMA
- Assembly
- DotCompute.Backends.CPU.dll
Type of memory allocation.
public enum AllocationType
Fields
HugePage = 4Huge page allocation.
Interleaved = 2Interleaved allocation across multiple nodes.
NumaSpecific = 1NUMA-specific allocation on a particular node.
Preferred = 3Preferred allocation with fallback.
System = 0System default allocation.