Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/contrib/ntp/sntp/unity/
HDunity_fixture_malloc_overrides.h13 #define realloc unity_realloc macro
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_malloc_linux.cc60 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
134 void *(*realloc)(void *oldMem, uptr bytes); member
148 void *(*realloc)(void *oldMem, uptr bytes); member
HDasan_malloc_win.cc84 void *realloc(void *ptr, size_t size) { in realloc() function
HDasan_malloc_mac.cc118 INTERCEPTOR(void *, realloc, void *ptr, size_t size) { in INTERCEPTOR() argument
/NextBSD/usr.bin/grep/regex/
HDxmalloc.h63 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
/NextBSD/crypto/heimdal/include/
HDconfig.h.in1598 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/NextBSD/contrib/tcsh/
HDtc.alloc.c60 # define realloc frealloc macro
379 realloc(ptr_t cp, size_t nbytes) in realloc() function
HDtc.os.h455 # define realloc tcsh_realloc macro
HDsh.h321 # define realloc __realloc macro
492 # define realloc lint_realloc macro
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_allocator_testlib.cc98 void *realloc(void *p, size_t size) { in realloc() function
/NextBSD/contrib/ntp/sntp/libopts/
HDautoopts.c86 #define realloc(_p,_s) ao_realloc(_p,_s) macro
/NextBSD/contrib/gcc/
HDgengtype-lex.l28 #define realloc xrealloc macro
HDsystem.h639 #define realloc xrealloc macro
/NextBSD/contrib/unbound/util/
HDalloc.h188 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/NextBSD/lib/libstand/
HDstand.h400 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) macro
405 #define realloc(x, y) Realloc(x, y, NULL, 0) macro
/NextBSD/libexec/rtld-elf/
HDmalloc.c340 realloc(cp, nbytes) in realloc() function
/NextBSD/contrib/unbound/
HDconfig.h.in1050 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
HDconfig.h1051 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/NextBSD/contrib/jemalloc/include/jemalloc/
HDjemalloc.h321 # define realloc je_realloc macro
/NextBSD/contrib/gcclibs/libmudflap/
HDmf-hooks1.c179 WRAPPER(void *, realloc, void *buf, size_t c) in WRAPPER() argument
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_interceptors.cc81 INTERCEPTOR(void*, realloc, void *q, uptr size) { in INTERCEPTOR() argument
/NextBSD/contrib/wpa/src/utils/
HDos.h629 #define realloc OS_DO_NOT_USE_realloc macro
/NextBSD/sys/kern/
HDkern_malloc.c603 realloc(void *addr, unsigned long size, struct malloc_type *mtp, int flags) in realloc() function
/NextBSD/contrib/gdb/gdb/
HDremote-vx.c48 #define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ macro
/NextBSD/kerberos5/include/
HDconfig.h1605 #define realloc(X, Y) rk_realloc((X), (Y)) macro

12