Home
last modified time | relevance | path

Searched defs:KMP_SRC_LOC_DECL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h124 #define KMP_SRC_LOC_DECL , char const *_file_, int _line_ macro
128 #define KMP_SRC_LOC_DECL macro
H A Dkmp_alloc.cpp1185 void *___kmp_thread_malloc(kmp_info_t *th, size_t size KMP_SRC_LOC_DECL) { in ___kmp_thread_malloc()
1195 size_t elsize KMP_SRC_LOC_DECL) { in ___kmp_thread_calloc()
1205 size_t size KMP_SRC_LOC_DECL) { in ___kmp_thread_realloc()
1213 void ___kmp_thread_free(kmp_info_t *th, void *ptr KMP_SRC_LOC_DECL) { in ___kmp_thread_free()
1913 size_t alignment KMP_SRC_LOC_DECL) { in ___kmp_allocate_align()
1997 void *___kmp_allocate(size_t size KMP_SRC_LOC_DECL) { in ___kmp_allocate()
2010 void *___kmp_page_allocate(size_t size KMP_SRC_LOC_DECL) { in ___kmp_page_allocate()
2023 void ___kmp_free(void *ptr KMP_SRC_LOC_DECL) { in ___kmp_free()
2076 void *___kmp_fast_allocate(kmp_info_t *this_thr, size_t size KMP_SRC_LOC_DECL) { in ___kmp_fast_allocate()
2165 void ___kmp_fast_free(kmp_info_t *this_thr, void *ptr KMP_SRC_LOC_DECL) { in ___kmp_fast_free()