const VTL2_GPA_POOL_NUMA: &str = "OPENHCL_VTL2_GPA_POOL_NUMA=";Expand description
Control NUMA allocation behavior for the VTL2 GPA pool.
split: Force the pool to be split evenly across NUMA nodes, skipping the default “try node 0 first” fast path. Useful for testing multi-range pool allocation.