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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h169 _realloc_dbg((ptr), (size), KMP_MEM_BLOCK, __FILE__, __LINE__)
/freebsd-13-stable/contrib/ntp/include/
H A Dssl_applink.c85 ret = _realloc_dbg(p, s, _NORMAL_BLOCK, f, l);
/freebsd-13-stable/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) { function
141 UNREACHABLE("_realloc_dbg should not exist!");

Completed in 66 milliseconds