Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 27) 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
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { in realloc() function
/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
H A Dkmp_runtime.cpp3191 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { in __kmp_alloc_argv_entries()
/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/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.in1427 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h391 # define realloc je_realloc 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/stand/libsa/
H A Dstand.h481 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
488 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h641 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd/sys/net/
H A Dpfil.c152 bool realloc = false; in pfil_mem_common() local
/freebsd/sys/kern/
H A Dkern_malloc.c981 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) in realloc() function
/freebsd/lib/libunbound/
H A Dconfig.h1516 # 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) { in INTERCEPTOR() argument
/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