Searched refs:KMP_MEM_BLOCK (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h164 #define KMP_MEM_BLOCK _CLIENT_BLOCK macro
165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__)
167 _calloc_dbg((num), (size), KMP_MEM_BLOCK, __FILE__, __LINE__)
169 _realloc_dbg((ptr), (size), KMP_MEM_BLOCK, __FILE__, __LINE__)
170 #define free(ptr) _free_dbg((ptr), KMP_MEM_BLOCK)
173 _malloc_dbg((size), KMP_MEM_BLOCK, (file), (line))
174 #define _free_src_loc(ptr, file, line) _free_dbg((ptr), KMP_MEM_BLOCK)

Completed in 95 milliseconds