Home
last modified time | relevance | path

Searched refs:KMP_SRC_LOC_CURR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h126 #define KMP_SRC_LOC_CURR , __FILE__, __LINE__ macro
130 #define KMP_SRC_LOC_CURR macro
H A Dkmp.h3763 #define __kmp_allocate(size) ___kmp_allocate((size)KMP_SRC_LOC_CURR)
3764 #define __kmp_page_allocate(size) ___kmp_page_allocate((size)KMP_SRC_LOC_CURR)
3765 #define __kmp_free(ptr) ___kmp_free((ptr)KMP_SRC_LOC_CURR)
3774 ___kmp_fast_allocate((this_thr), (size)KMP_SRC_LOC_CURR)
3776 ___kmp_fast_free((this_thr), (ptr)KMP_SRC_LOC_CURR)
3786 ___kmp_thread_malloc((th), (size)KMP_SRC_LOC_CURR)
3788 ___kmp_thread_calloc((th), (nelem), (elsize)KMP_SRC_LOC_CURR)
3790 ___kmp_thread_realloc((th), (ptr), (size)KMP_SRC_LOC_CURR)
3792 ___kmp_thread_free((th), (ptr)KMP_SRC_LOC_CURR)