Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h13 #define realloc unity_realloc macro
/freebsd/sys/contrib/ck/include/
H A Dck_malloc.h35 void *(*realloc)(void *, size_t, size_t, bool); member
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp79 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
170 void *(*realloc)(void *oldMem, uptr bytes); member
184 void *(*realloc)(void *oldMem, uptr bytes); member
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in1598 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd/contrib/file/src/
H A Dmemtest.c79 realloc(void *q, size_t len) in realloc() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
/freebsd/contrib/tcsh/
H A Dtc.alloc.c60 # define realloc frealloc macro
386 realloc(ptr_t cp, size_t nbytes) in realloc() function
H A Dtc.os.h454 # define realloc tcsh_realloc macro
H A Dsh.h330 # define realloc __realloc macro
485 # define realloc lint_realloc macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp62 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/unbound/util/
H A Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp69 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/unbound/
H A Dconfig.h.in1585 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp57 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h391 # define realloc je_realloc macro
/freebsd/stand/libsa/
H A Dstand.h486 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
493 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h661 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd/sys/net/
H A Dpfil.c152 bool realloc = false; in pfil_mem_common() local
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp291 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/lib/libunbound/
H A Dconfig.h1519 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp94 INTERCEPTOR(void *,realloc,void * ptr,uptr size) INTERCEPTOR() argument
/freebsd/sys/kern/
H A Dkern_malloc.c985 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) in realloc() function
/freebsd/kerberos5/include/
H A Dconfig.h1603 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1006 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument

12