Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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))
/llvm-project-15.0.7/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