summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include/40/omp_lib.f90.var
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/include/40/omp_lib.f90.var')
-rw-r--r--openmp/runtime/src/include/40/omp_lib.f90.var7
1 files changed, 7 insertions, 0 deletions
diff --git a/openmp/runtime/src/include/40/omp_lib.f90.var b/openmp/runtime/src/include/40/omp_lib.f90.var
index 5be80266035..e8e57e722f8 100644
--- a/openmp/runtime/src/include/40/omp_lib.f90.var
+++ b/openmp/runtime/src/include/40/omp_lib.f90.var
@@ -412,6 +412,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
OpenPOWER on IntegriCloud