Home
last modified time | relevance | path

Searched refs:_malloc_dbg (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h165 #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 Dssl_applink.c77 ret = _malloc_dbg(s, _NORMAL_BLOCK, f, l); in wrap_dbg_malloc()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp36 INTERCEPT_WRAP_W_WWWW(_malloc_dbg)
H A Dasan_malloc_win.cpp108 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() function