Searched refs:oldmem (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | xmalloc.c | 172 xrealloc (void *oldmem, size_t size) in xrealloc() argument 178 if (!oldmem) in xrealloc() 181 newmem = realloc (oldmem, size); in xrealloc()
|
| H A D | ChangeLog | 10346 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | xmalloc.c | 172 xrealloc (void *oldmem, size_t size) in xrealloc() argument 178 if (!oldmem) in xrealloc() 181 newmem = realloc (oldmem, size); in xrealloc()
|
| H A D | ChangeLog | 9936 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | xmalloc.c | 172 xrealloc (PTR oldmem, size_t size) in xrealloc() argument 178 if (!oldmem) in xrealloc() 181 newmem = realloc (oldmem, size); in xrealloc()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | xmalloc.c | 172 xrealloc (PTR oldmem, size_t size) in xrealloc() argument 178 if (!oldmem) in xrealloc() 181 newmem = realloc (oldmem, size); in xrealloc()
|
| H A D | ChangeLog | 9855 (xrealloc): If oldmem is NULL, allocate with malloc, rather than
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 264 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { in resetTarget() local 265 delete oldmem; in resetTarget()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
| H A D | chew.c | 161 xrealloc (void *oldmem, size_t size) in xrealloc() argument 167 if (!oldmem) in xrealloc() 170 newmem = realloc (oldmem, size); in xrealloc()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
| H A D | chew.c | 167 xrealloc (void *oldmem, size_t size) in xrealloc() argument 173 if (!oldmem) in xrealloc() 176 newmem = realloc (oldmem, size); in xrealloc()
|