Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/bin/csh/
H A Dalloc.c63 Realloc(void *p, size_t n) in Realloc() function
H A Dextern.h316 void *Realloc(void *, size_t);
H A Dcsh.h88 #define xrealloc(p, i) Realloc(p, i)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
H A Dsanitizer_common.h507 Realloc(new_capacity); in push_back()
532 Realloc(new_size); in reserve()
565 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h449 Realloc(new_capacity); in push_back()
474 Realloc(new_size); in reserve()
507 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h453 Realloc(new_capacity); in push_back()
478 Realloc(new_size); in reserve()
511 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocation_functions.cpp123 return DlsymAlloc::Realloc(ptr, size); in __sanitizer_realloc()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp83 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/netbsd-src/lib/libc/db/
H A Dchangelog49 Realloc bug when reading in fixed records.
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp96 return DlsymAlloc::Realloc(ptr, size); in INTERCEPTOR()
/netbsd-src/share/man/tools/
H A Dsp.ignore1201 Realloc
H A Dnewsp.errs1753 Realloc
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d607 void* Realloc(void*, SIZE_T);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc346 TEST(MemorySanitizer, Realloc) { in TEST() argument
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20102806 (find_line): Realloc to a temp, and handle alloc fail.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20102806 (find_line): Realloc to a temp, and handle alloc fail.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20102806 (find_line): Realloc to a temp, and handle alloc fail.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20102806 (find_line): Realloc to a temp, and handle alloc fail.
/netbsd-src/external/gpl2/gmake/dist/
H A DChangeLog114 * commands.c (set_file_variables): Realloc, not malloc, the static
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-972684 * logmsg.c (logfile_write, title_proc): Realloc str_list as
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19925500 Realloc the linetable on the objfile symbol_obstack and copy there.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19925500 Realloc the linetable on the objfile symbol_obstack and copy there.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES10850 Realloc => OPENSSL_realloc
11683 since Malloc(), Realloc() and Free() were defined as macros having
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.466241 > error. Realloc the buffer after we've read the file.

12