diff options
Diffstat (limited to 'openmp/runtime/src/include/41/omp_lib.f90.var')
-rw-r--r-- | openmp/runtime/src/include/41/omp_lib.f90.var | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openmp/runtime/src/include/41/omp_lib.f90.var b/openmp/runtime/src/include/41/omp_lib.f90.var index 3f0140398d8..df118d90a0f 100644 --- a/openmp/runtime/src/include/41/omp_lib.f90.var +++ b/openmp/runtime/src/include/41/omp_lib.f90.var @@ -464,6 +464,13 @@ integer (kind=kmp_size_t_kind), value :: size end function kmp_malloc + function kmp_aligned_malloc(size, alignment) bind(c) + use omp_lib_kinds + integer (kind=kmp_pointer_kind) kmp_aligned_malloc + integer (kind=kmp_size_t_kind), value :: size + integer (kind=kmp_size_t_kind), value :: alignment + end function kmp_aligned_malloc + function kmp_calloc(nelem, elsize) bind(c) use omp_lib_kinds integer (kind=kmp_pointer_kind) kmp_calloc |