Home
last modified time | relevance | path

Searched defs:reallocarray (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/lib/libc/stdlib/
HDreallocarray.c31 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-13-stable/contrib/unbound/compat/
HDreallocarray.c34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-13-stable/contrib/mandoc/
HDcompat_reallocarray.c32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray() function
/freebsd-13-stable/contrib/unbound/
HDconfig.h.in1429 #define reallocarray reallocarrayunbound macro
1588 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/nsan/
HDnsan_malloc_linux.cpp74 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_malloc_linux.cpp78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_interceptors.cpp36 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_malloc_linux.cpp87 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd-13-stable/lib/libunbound/
HDconfig.h1363 #define reallocarray reallocarrayunbound macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_interceptors.cpp104 INTERCEPTOR(void*, reallocarray, void *q, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interceptors.cpp1013 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp706 TSAN_INTERCEPTOR(void*, reallocarray, void *p, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument