Home
last modified time | relevance | path

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

/src/contrib/ntp/include/
H A Dssl_applink.c85 ret = _realloc_dbg(p, s, _NORMAL_BLOCK, f, l); in wrap_dbg_realloc()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h169 _realloc_dbg((ptr), (size), KMP_MEM_BLOCK, __FILE__, __LINE__)
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp45 INTERCEPT_WRAP_W_WWW(_realloc_dbg)
H A Dasan_malloc_win.cpp140 void *_realloc_dbg(void *ptr, size_t size, int) { in _realloc_dbg() function