Table of Contents

Enum AllocationType

Namespace
DotCompute.Backends.CPU.Threading.NUMA
Assembly
DotCompute.Backends.CPU.dll

Type of memory allocation.

public enum AllocationType

Fields

HugePage = 4

Huge page allocation.

Interleaved = 2

Interleaved allocation across multiple nodes.

NumaSpecific = 1

NUMA-specific allocation on a particular node.

Preferred = 3

Preferred allocation with fallback.

System = 0

System default allocation.