Home
last modified time | relevance | path

Searched refs:kmp_free (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/openmp/runtime/test/api/
Dkmp_aligned_malloc.c38 kmp_free(ptr); in test_kmp_aligned_malloc()
/external/llvm-project/openmp/runtime/src/
Dkmp_stub.cpp51 #define kmp_free kmpc_free macro
194 void kmp_free(void *ptr) { in kmp_free() function
Dkmp_ftn_os.h49 #define FTN_KFREE kmp_free
Ddllexports425 kmp_free 726
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var725 subroutine kmp_free(ptr) bind(c)
728 end subroutine kmp_free
836 !DIR$ ATTRIBUTES OFFLOAD:MIC :: kmp_free
919 !$omp declare target(kmp_free )
Domp_lib.f90.var650 subroutine kmp_free(ptr) bind(c)
653 end subroutine kmp_free
Domp.h.var205 extern void __KAI_KMPC_CONVENTION kmp_free (void *);