Searched refs:_malloc_dbg (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wrapper_malloc.h | 165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) 173 _malloc_dbg((size), KMP_MEM_BLOCK, (file), (line))
|
| /src/contrib/ntp/include/ |
| H A D | ssl_applink.c | 77 ret = _malloc_dbg(s, _NORMAL_BLOCK, f, l); in wrap_dbg_malloc()
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win_dll_thunk.cpp | 36 INTERCEPT_WRAP_W_WWWW(_malloc_dbg)
|
| H A D | asan_malloc_win.cpp | 108 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() function
|