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

12

/freebsd-11-stable/contrib/ldns/compat/
H A Drealloc.c7 #undef realloc macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drealloc.c35 #undef realloc macro
/freebsd-11-stable/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-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/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h168 #define realloc(ptr, size) \ macro
/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/ntp/sntp/libopts/
H A Dautoopts.c85 #undef realloc macro
86 #define realloc(_p,_s) ao_realloc(_p,_s) macro
/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/gcclibs/libmudflap/
H A Dmf-hooks1.c178 #undef realloc macro
/freebsd-11-stable/libexec/rtld-elf/
H A Dmalloc.c340 realloc(cp, nbytes) function
/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem.c87 # define realloc _realloc64 macro
89 # define realloc _realloc32 macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.alloc.c60 # define realloc frealloc macro
386 realloc(ptr_t cp, size_t nbytes) function
H A Dtc.os.h454 # define realloc tcsh_realloc macro
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c52 #undef realloc macro
58 #undef realloc macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
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
H A Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { function
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h403 #undef realloc macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h641 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h639 #define realloc xrealloc macro
655 #undef realloc macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h330 # define realloc je_realloc macro
/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/contrib/gdb/gdb/
H A Dremote-vx.c48 #define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ macro
52 #undef 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

Completed in 189 milliseconds

12