Home
last modified time | relevance | path

Searched refs:kmp_malloc (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp47 #define kmp_malloc kmpc_malloc macro
146 void *kmp_malloc(size_t size) { in kmp_malloc() function
Dkmp_ftn_os.h45 #define FTN_MALLOC kmp_malloc
Ddllexports429 kmp_malloc 730
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var698 function kmp_malloc(size) bind(c)
700 integer (kind=kmp_pointer_kind) kmp_malloc
702 end function kmp_malloc
832 !DIR$ ATTRIBUTES OFFLOAD:MIC :: kmp_malloc
915 !$omp declare target(kmp_malloc )
Domp_lib.f90.var623 function kmp_malloc(size) bind(c)
625 integer (kind=kmp_pointer_kind) kmp_malloc
627 end function kmp_malloc
Domp.h.var201 extern void * __KAI_KMPC_CONVENTION kmp_malloc (size_t);