Searched defs:realloc (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/contrib/ldns/compat/
H A Drealloc.c7 #undef realloc macro
/freebsd-current/crypto/heimdal/lib/roken/
H A Drealloc.c35 #undef realloc macro
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h13 #define realloc unity_realloc macro
H A Dunity_fixture.c166 #undef realloc macro
/freebsd-current/sys/contrib/ck/include/
H A Dck_malloc.h35 void *(*realloc)(void *, size_t, size_t, bool); member in struct:ck_malloc
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-malloc.c20 #undef realloc macro
/freebsd-current/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) { argument
/freebsd-current/contrib/file/src/
H A Dmemtest.c79 realloc(void *q, size_t len) function
/freebsd-current/contrib/unbound/util/
H A Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
H A Dalloc.c431 #undef realloc macro
515 #undef realloc macro
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp170 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugK
184 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugL
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { function
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-host.c52 #undef realloc macro
58 #undef realloc macro
/freebsd-current/contrib/tcsh/
H A Dtc.os.h454 # define realloc tcsh_realloc macro
H A Dtc.alloc.c60 # define realloc frealloc macro
386 realloc(ptr_t cp, size_t nbytes) function
H A Dsh.h330 # define realloc __realloc macro
335 # undef realloc macro
485 # define realloc lint_realloc macro
/freebsd-current/contrib/wpa/src/utils/
H A Dos.h641 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h391 # define realloc je_realloc macro
/freebsd-current/sys/net/
H A Dpfil.c152 bool realloc = false; local
/freebsd-current/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-current/sys/kern/
H A Dkern_malloc.c981 realloc(void *addr, size_t size, struct malloc_type *mtp, int flags) function
[all...]
/freebsd-current/lib/libunbound/
H A Dconfig.h1516 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-current/kerberos5/include/
H A Dconfig.h1603 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd-current/contrib/sqlite3/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines

Completed in 460 milliseconds

12