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

12

/freebsd-10.3-release/usr.bin/grep/regex/
H A Dxmalloc.h58 #undef realloc macro
63 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
/freebsd-10.3-release/sys/kern/
H A Dkern_malloc.c601 realloc(void *addr, unsigned long size, struct malloc_type *mtp, int flags) function
/freebsd-10.3-release/libexec/rtld-elf/
H A Dmalloc.c341 realloc(cp, nbytes) function
/freebsd-10.3-release/lib/libstand/
H A Dstand.h398 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
403 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/freebsd-10.3-release/kerberos5/include/
H A Dconfig.h1605 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h111 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Drealloc.c35 #undef realloc macro
/freebsd-10.3-release/contrib/wpa/src/utils/
H A Dos.h512 #define realloc OS_DO_NOT_USE_realloc macro
/freebsd-10.3-release/contrib/unbound/
H A Dconfig.h1051 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/freebsd-10.3-release/contrib/unbound/util/
H A Dalloc.h188 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
H A Dalloc.c406 #undef realloc macro
489 #undef realloc macro
[all...]
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-host.c52 #undef realloc macro
58 #undef realloc macro
/freebsd-10.3-release/contrib/tcsh/
H A Dtc.os.h455 # define realloc tcsh_realloc macro
H A Dtc.alloc.c60 # define realloc frealloc macro
379 realloc(ptr_t cp, size_t nbytes) function
H A Dsh.h321 # define realloc __realloc macro
326 # undef realloc macro
492 # define realloc lint_realloc macro
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3ext.h121 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
/freebsd-10.3-release/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-10.3-release/contrib/ntp/sntp/libopts/
H A Dautoopts.c85 #undef realloc macro
86 #define realloc(_p,_s) ao_realloc(_p,_s) macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h460 realloc, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/ldns/compat/
H A Drealloc.c7 #undef realloc macro
/freebsd-10.3-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h105 #define realloc je_realloc macro
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dremote-vx.c48 #define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ macro
52 #undef realloc macro
/freebsd-10.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c178 #undef realloc macro
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dsystem.h400 #undef realloc macro

Completed in 192 milliseconds

12