Home
last modified time | relevance | path

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

1234

/netbsd-src/external/bsd/libbind/dist/port/cygwin/include/
H A Dansi_realloc.h22 #define realloc __ansi_realloc macro
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Drealloc.m431 AC_DEFINE(realloc, rpl_realloc, definition
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture_malloc_overrides.h15 #define realloc unity_realloc macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype-lex.l33 #define realloc xrealloc macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype-lex.l33 #define realloc xrealloc macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d8 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
120 void* realloc(void* p, size_t size, uint bits, const scope TypeInfo ti) nothrow in realloc() function
/netbsd-src/sys/sys/
H A Dmalloc.h72 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d26 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
127 void* realloc(void* p, size_t size, uint bits, const TypeInfo ti) nothrow in realloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dinstrumented_alloc.c53 #define realloc instrumented_realloc macro
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dinstrumented_alloc.c53 #define realloc instrumented_realloc macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/
H A Dgc.d33 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
142 void* realloc(void* p, size_t size, uint bits, const TypeInfo ti) nothrow in realloc() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp81 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
173 void *(*realloc)(void *oldMem, uptr bytes); member
187 void *(*realloc)(void *oldMem, uptr bytes); member
/netbsd-src/external/gpl2/libmalloc/dist/
H A Drealloc.c110 realloc (ptr, size) in realloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc157 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
245 void *(*realloc)(void *oldMem, uptr bytes); member
259 void *(*realloc)(void *oldMem, uptr bytes); member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc159 INTERCEPTOR(void*, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
247 void *(*realloc)(void *oldMem, uptr bytes); member
261 void *(*realloc)(void *oldMem, uptr bytes); member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d44 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
/netbsd-src/external/bsd/tre/dist/lib/
H A Dxmalloc.h61 #define realloc USE_XREALLOC_INSTEAD_OF_REALLOC macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddbe_memmgr.c111 realloc (void *ptr, size_t size) in realloc() function
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddbe_memmgr.c111 realloc (void *ptr, size_t size) in realloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d42 import cstdlib = core.stdc.stdlib : calloc, free, malloc, realloc; variable
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dgcmalloc.h70 realloc(void *ptr, size_t size) in realloc() function
/netbsd-src/external/bsd/file/dist/src/
H A Dmemtest.c85 realloc(void *q, size_t len) in realloc() function
/netbsd-src/external/bsd/unbound/dist/util/
H A Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc129 void *realloc(void *p, size_t size) { in realloc() function
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c34 #define realloc(x,y) ber_memrealloc_x(x,y,ctx) macro

1234