Searched refs:realloc (Results 201 - 225 of 606) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglarray.c49 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0]));
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer1.c177 c->pToken = realloc(c->pToken, c->nTokenAllocated);
H A Dsimple_tokenizer.c134 c->zToken = realloc(c->zToken, n+1);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_osx.h231 tcmalloc_zone.realloc = &mz_realloc;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_osx.h231 tcmalloc_zone.realloc = &mz_realloc;
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_malloc.h257 void *realloc(void *addr, unsigned long size, struct malloc_type *type,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc98 void *realloc(void *p, size_t size) { function
/external/e2fsprogs/debugfs/
H A Dlsdel.c154 delarray = realloc(delarray,
/external/e2fsprogs/intl/
H A Dprintf-parse.c41 /* malloc(), realloc(), free(). */
99 ? realloc (a->arg, memory_size) \
512 memory = realloc (d->dir, memory_size);
/external/e2fsprogs/lib/ss/
H A Dhelp.c147 dirs = (char **)realloc((char *)dirs,
/external/elfutils/0.153/libdw/
H A Ddwarf_getscopes.c119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]);
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c159 Dwfl_Line **newp = realloc (match,
/external/expat/tests/
H A Dminicheck.c63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
/external/icu/icu4c/source/test/cintltst/
H A Dhpmufn.c109 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory));
/external/icu/icu4c/source/tools/icuinfo/
H A Dtestplug.c178 retPtr = realloc(mem, size);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr);
/external/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp59 static_assert((std::is_same<decltype(realloc(0,0)), void*>::value), "");
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h111 # define realloc vpx_realloc macro
/external/libvpx/libvpx/
H A Dvpxstats.c103 char *new_ptr = realloc(stats->buf.buf, new_sz);
110 fatal("Failed to realloc firstpass stats buffer.");
/external/libxml2/
H A Dtriop.h74 # define TRIO_REALLOC(x,n) realloc((x),(n))
/external/mesa3d/src/egl/main/
H A Deglarray.c49 elems = realloc(array->Elements, new_size * sizeof(array->Elements[0]));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftsystem.c350 memory->realloc = ft_realloc;
/external/qemu/android/base/containers/
H A DPodVector.cpp115 char* newBegin = static_cast<char*>(::realloc(mBegin, newByteCapacity));
/external/qemu/android/utils/
H A Djpeg-compress.c78 dst->jpeg_buf = realloc(dst->jpeg_buf, dst->size);
/external/qemu/slirp/
H A Dmbuf.c120 * If there's no room, realloc
143 m->m_ext = (char *)realloc(m->m_ext,size);
H A Dsbuf.c46 /* Already alloced, realloc if necessary */
48 sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)realloc(sb->sb_data, size);

Completed in 343 milliseconds

1234567891011>>