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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h58 void * ptr = _malloc_dbg( size, file, line );
165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__)
173 _malloc_dbg((size), KMP_MEM_BLOCK, (file), (line))
/freebsd-13-stable/contrib/ntp/include/
H A Dssl_applink.c77 ret = _malloc_dbg(s, _NORMAL_BLOCK, f, l);
/freebsd-13-stable/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) { function

Completed in 172 milliseconds