Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
Deb90.C5 #define realloc Realloc macro
19 realloc() { in realloc() function
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
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
Dasan_malloc_win.cpp134 void *realloc(void *ptr, size_t size) { in realloc() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dcrash49.C21 virtual void realloc(int new_max) { in realloc() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
Dbadalloc1.C53 extern "C" void *realloc (void *p, size_t size) in realloc() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgengtype-lex.l27 #define realloc xrealloc macro
Dsystem.h590 #define realloc xrealloc macro
/openbsd/src/gnu/gcc/gcc/
Dgengtype-lex.l28 #define realloc xrealloc macro
Dsystem.h639 #define realloc xrealloc macro
Dgengtype-lex.c1726 #define realloc xrealloc macro
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp126 void *realloc(void *p, size_t size) { in realloc() function
/openbsd/src/sbin/unwind/libunbound/util/
Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/openbsd/src/usr.sbin/unbound/util/
Dalloc.h196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__) macro
/openbsd/src/gnu/usr.bin/perl/ext/SDBM_File/
Dsdbm.h166 # define realloc Perl_realloc macro
/openbsd/src/usr.sbin/unbound/
Dconfig.h.in1498 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/openbsd/src/gnu/gcc/libmudflap/
Dmf-hooks1.c179 WRAPPER(void *, realloc, void *buf, size_t c) in WRAPPER() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp57 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32iop.h299 #define realloc win32_realloc macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-vx.c48 #define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ macro
/openbsd/src/gnu/usr.bin/perl/
DXSUB.h587 # define realloc PerlMem_realloc macro
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp94 INTERCEPTOR(void *, realloc, void *ptr, uptr size) { in INTERCEPTOR() argument
/openbsd/src/sbin/unwind/libunbound/
Dconfig.h1503 # define realloc(p,s) unbound_stat_realloc_log(p, s, __FILE__, __LINE__, __func__) macro
/openbsd/src/lib/libc/stdlib/
Dmalloc.c1963 realloc(void *ptr, size_t size) in realloc() function
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c75 #define realloc xrealloc macro
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp919 INTERCEPTOR(void *, realloc, void *ptr, SIZE_T size) { in INTERCEPTOR() argument

12