LLVM OpenMP 20.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) _malloc_src_loc(args) |
#define | free_src_loc(args) _free_src_loc(args) |
#define | _malloc_src_loc(size) malloc((size)) |
#define | _free_src_loc(ptr) free((ptr)) |
#define _free_src_loc | ( | ptr | ) | free((ptr)) |
Definition at line 190 of file kmp_wrapper_malloc.h.
Definition at line 189 of file kmp_wrapper_malloc.h.
#define free_src_loc | ( | args | ) | _free_src_loc(args) |
Definition at line 145 of file kmp_wrapper_malloc.h.
#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.
#define KMP_SRC_LOC_PARM |
Definition at line 129 of file kmp_wrapper_malloc.h.
#define malloc_src_loc | ( | args | ) | _malloc_src_loc(args) |
Definition at line 144 of file kmp_wrapper_malloc.h.