diff options
Diffstat (limited to 'openmp/runtime/src/kmp_ftn_os.h')
-rw-r--r-- | openmp/runtime/src/kmp_ftn_os.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/openmp/runtime/src/kmp_ftn_os.h b/openmp/runtime/src/kmp_ftn_os.h index 0586c0bc346..18c4f942e2e 100644 --- a/openmp/runtime/src/kmp_ftn_os.h +++ b/openmp/runtime/src/kmp_ftn_os.h @@ -132,10 +132,10 @@ #if OMP_50_ENABLED #define FTN_CONTROL_TOOL omp_control_tool +#define FTN_INIT_ALLOCATOR omp_init_allocator +#define FTN_DESTROY_ALLOCATOR omp_destroy_allocator #define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator #define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator -#define FTN_ALLOC omp_alloc -#define FTN_FREE omp_free #define FTN_GET_DEVICE_NUM omp_get_device_num #define FTN_SET_AFFINITY_FORMAT omp_set_affinity_format #define FTN_GET_AFFINITY_FORMAT omp_get_affinity_format @@ -264,6 +264,8 @@ #if OMP_50_ENABLED #define FTN_CONTROL_TOOL omp_control_tool_ +#define FTN_INIT_ALLOCATOR omp_init_allocator_ +#define FTN_DESTROY_ALLOCATOR omp_destroy_allocator_ #define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator_ #define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator_ #define FTN_ALLOC omp_alloc_ @@ -396,10 +398,10 @@ #if OMP_50_ENABLED #define FTN_CONTROL_TOOL OMP_CONTROL_TOOL +#define FTN_INIT_ALLOCATOR OMP_INIT_ALLOCATOR +#define FTN_DESTROY_ALLOCATOR OMP_DESTROY_ALLOCATOR #define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR #define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR -#define FTN_ALLOC OMP_ALLOC -#define FTN_FREE OMP_FREE #define FTN_GET_DEVICE_NUM OMP_GET_DEVICE_NUM #define FTN_SET_AFFINITY_FORMAT OMP_SET_AFFINITY_FORMAT #define FTN_GET_AFFINITY_FORMAT OMP_GET_AFFINITY_FORMAT @@ -528,6 +530,8 @@ #if OMP_50_ENABLED #define FTN_CONTROL_TOOL OMP_CONTROL_TOOL_ +#define FTN_INIT_ALLOCATOR OMP_INIT_ALLOCATOR_ +#define FTN_DESTROY_ALLOCATOR OMP_DESTROY_ALLOCATOR_ #define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR_ #define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR_ #define FTN_ALLOC OMP_ALLOC_ |