Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/ntp/sntp/unity/
Dunity_fixture_malloc_overrides.h13 #define realloc unity_realloc macro
/freebsd-12-stable/sys/contrib/ck/include/
Dck_malloc.h35 void *(*realloc)(void *, size_t, size_t, bool); member
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp142 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
238 void *(*realloc)(void *oldMem, uptr bytes); member
252 void *(*realloc)(void *oldMem, uptr bytes); member
Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { in realloc() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp31 INTERCEPTOR_ATTRIBUTE void *realloc(void *ptr, size_t size) { in realloc() function
/freebsd-12-stable/crypto/heimdal/include/
Dconfig.h.in1598 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd-12-stable/contrib/file/src/
Dmemtest.c78 realloc(void *q, size_t len) in realloc() function
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
/freebsd-12-stable/contrib/tcsh/
Dtc.alloc.c60 # define realloc frealloc macro
386 realloc(ptr_t cp, size_t nbytes) in realloc() function
Dtc.os.h454 # define realloc tcsh_realloc macro
Dsh.h330 # define realloc __realloc macro
485 # define realloc lint_realloc macro
/freebsd-12-stable/contrib/gcc/
Dgengtype-lex.l28 #define realloc xrealloc macro
Dsystem.h639 #define realloc xrealloc macro
/freebsd-12-stable/contrib/unbound/util/
Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-12-stable/contrib/unbound/
Dconfig.h.in1427 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-12-stable/stand/libsa/
Dstand.h458 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
465 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-hooks1.c179 WRAPPER(void *, realloc, void *buf, size_t c) in WRAPPER() argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp140 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
Djemalloc.h379 # define realloc je_realloc macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp74 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/freebsd-12-stable/contrib/wpa/src/utils/
Dos.h641 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd-12-stable/contrib/gdb/gdb/
Dremote-vx.c48 #define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ macro
/freebsd-12-stable/sys/kern/
Dkern_malloc.c849 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) in realloc() function
/freebsd-12-stable/usr.sbin/unbound/
Dconfig.h1517 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp86 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() argument

12