9#ifndef FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_CONSTS_H_
10#define FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_CONSTS_H_
12RT_OFFLOAD_VAR_GROUP_BEGIN
14static constexpr unsigned kDefaultAllocator = 0;
17static constexpr unsigned kPinnedAllocatorPos = 1;
18static constexpr unsigned kDeviceAllocatorPos = 2;
19static constexpr unsigned kManagedAllocatorPos = 3;
20static constexpr unsigned kUnifiedAllocatorPos = 4;
22RT_OFFLOAD_VAR_GROUP_END