LLVM OpenMP 22.0.0git
|
Go to the source code of this file.
Macros | |
#define | KMP_SRC_LOC_DECL |
#define | KMP_SRC_LOC_PARM |
#define | KMP_SRC_LOC_CURR |
#define | malloc_src_loc(args) |
#define | free_src_loc(args) |
#define | _malloc_src_loc(size) |
#define | _free_src_loc(ptr) |
#define _free_src_loc | ( | ptr | ) |
#define _malloc_src_loc | ( | size | ) |
Definition at line 189 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_allocate_align().
#define free_src_loc | ( | args | ) |
Definition at line 145 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_free().
#define KMP_SRC_LOC_CURR |
Definition at line 130 of file kmp_wrapper_malloc.h.
#define KMP_SRC_LOC_DECL |
Definition at line 128 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_allocate(), ___kmp_allocate_align(), ___kmp_free(), ___kmp_page_allocate(), ___kmp_thread_calloc(), ___kmp_thread_free(), ___kmp_thread_malloc(), ___kmp_thread_realloc(), and __kmp_adjust_num_threads().
#define KMP_SRC_LOC_PARM |
Definition at line 129 of file kmp_wrapper_malloc.h.
Referenced by ___kmp_allocate(), ___kmp_allocate_align(), ___kmp_free(), ___kmp_page_allocate(), ___kmp_thread_calloc(), ___kmp_thread_free(), ___kmp_thread_malloc(), and ___kmp_thread_realloc().
#define malloc_src_loc | ( | args | ) |