Home
last modified time | relevance | path

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

/freebsd/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))
/freebsd/contrib/ntp/include/
H A Dssl_applink.c77 ret = _malloc_dbg(s, _NORMAL_BLOCK, f, l); in wrap_dbg_malloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win_thunk.cpp71 STATIC_MALLOC_INTERFACE void *_malloc_dbg(const size_t size) { in _malloc_dbg() function
H A Dasan_malloc_win.cpp86 __declspec(noinline) void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg() function