Searched defs:realloc (Results 1 - 25 of 31) sorted by last modified time

12

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h119 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1375 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2968 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team, int realloc) { argument
H A Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { function
H A Dasan_malloc_linux.cpp254 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugK
268 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugL
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp31 INTERCEPTOR_ATTRIBUTE void *realloc(void *ptr, size_t size) { function
/freebsd-11-stable/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-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c52 #undef realloc macro
58 #undef realloc macro
/freebsd-11-stable/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-11-stable/contrib/wpa/src/utils/
H A Dos.h641 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd-11-stable/stand/libsa/
H A Dstand.h440 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
445 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_malloc.h35 void *(*realloc)(void *, size_t, size_t, bool); member in struct:ck_malloc
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c611 realloc(void *addr, unsigned long size, struct malloc_type *mtp, int flags) function
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem.c87 # define realloc _realloc64 macro
89 # define realloc _realloc32 macro
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.c166 #undef realloc macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h403 #undef realloc macro
/freebsd-11-stable/kerberos5/include/
H A Dconfig.h1605 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd-11-stable/libexec/rtld-elf/
H A Dmalloc.c340 realloc(cp, nbytes) function
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h111 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drealloc.c35 #undef realloc macro
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.c85 #undef realloc macro
86 #define realloc(_p,_s) ao_realloc(_p,_s) macro

Completed in 221 milliseconds

12