Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dssl_applink.c85 ret = _realloc_dbg(p, s, _NORMAL_BLOCK, f, l); in wrap_dbg_realloc()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h169 _realloc_dbg((ptr), (size), KMP_MEM_BLOCK, __FILE__, __LINE__)
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win_thunk.cpp109 STATIC_MALLOC_INTERFACE void *_realloc_dbg(void *const ptr, const size_t size, in _realloc_dbg() function
H A Dasan_malloc_win.cpp114 __declspec(noinline) void *_realloc_dbg(void *ptr, size_t size, int) { in _realloc_dbg() function