HomeSort by relevance Sort by last modified time
    Searched refs:realloc (Results 176 - 200 of 450) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/intl/
printf-parse.c 41 /* malloc(), realloc(), free(). */
99 ? realloc (a->arg, memory_size) \
512 memory = realloc (d->dir, memory_size);
  /external/e2fsprogs/lib/ss/
help.c 153 dirs = (char **)realloc((char *)dirs,
  /external/elfutils/libelf/
elf32_newphdr.c 97 realloc (elf->state.ELFW(elf,LIBELFBITS).phdr,
  /external/expat/tests/
minicheck.c 63 tcase_test_function *new_tests = realloc(tc->tests, new_size);
  /external/icu4c/tools/icuinfo/
testplug.c 178 retPtr = realloc(mem, size);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr);
  /external/libvpx/vpx_mem/
vpx_mem.h 117 # define realloc vpx_realloc macro
  /external/libxml2/
triop.h 74 # define TRIO_REALLOC(x,n) realloc((x),(n))
  /external/llvm/lib/Support/
SmallPtrSet.cpp 212 CurArray = (const void**)realloc(CurArray, sizeof(void*)*(RHS.CurArraySize+1));
  /external/qemu/
path.c 96 root = realloc(root, sizeof(*root)
  /external/qemu/slirp/
mbuf.c 120 * If there's no room, realloc
143 m->m_ext = (char *)realloc(m->m_ext,size);
sbuf.c 46 /* Already alloced, realloc if necessary */
48 sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)realloc(sb->sb_data, size);
  /external/qemu/slirp-android/
mbuf.c 120 * If there's no room, realloc
143 m->m_ext = (char *)realloc(m->m_ext,size);
sbuf.c 46 /* Already alloced, realloc if necessary */
48 sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)realloc(sb->sb_data, size);
  /external/skia/gpu/src/
GrAtlas.cpp 106 uint8_t* dst = (uint8_t*)storage.realloc(dstH * dstRB);
  /frameworks/base/media/mtp/
MtpPacket.cpp 58 mBuffer = (uint8_t *)realloc(mBuffer, newLength);
  /system/core/sh/
memalloc.c 71 * Same for realloc.
77 p = realloc(p, nbytes);
199 * possibly moving it (like realloc). Grabstackblock actually allocates the
  /development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 146 buf = (char *)realloc(buf, bSize * nBufs);
277 argv = (char **)realloc(argv, argvSize * sizeof(char *));
  /external/bluetooth/bluez/tools/
parser.c 306 ? (short *)realloc(yyss, newsize * sizeof(*newss))
314 ? (YYSTYPE *)realloc(yyvs, newsize * sizeof(*newvs))
  /external/chromium/third_party/libevent/
epoll.c 167 fds = realloc(epollop->fds, nfds * sizeof(struct evepoll));
169 event_warn("realloc");
251 new_events = realloc(epollop->events,
kqueue.c 177 newchange = realloc(kqop->changes,
185 newresult = realloc(kqop->events,
190 * the next realloc will pick it up.
  /external/dbus/dbus/
dbus-memory.c 323 return "realloc";
327 return "realloc(NULL)";
564 _dbus_verbose (" FAILING realloc of %ld bytes\n", (long) bytes);
587 block = realloc (((unsigned char*)memory) - GUARD_START_OFFSET,
613 mem = realloc (memory, bytes);
  /external/icu4c/test/cintltst/
cmsgtst.c 126 result=(UChar*)realloc(result,sizeof(UChar) * resultlength);
291 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
322 result=(UChar*)realloc(result, sizeof(UChar) * (resultlength+1));
347 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
418 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
512 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
605 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
    [all...]
  /external/valgrind/main/massif/tests/
deep-C.stderr.exp 10 Massif: realloc
  /external/wpa_supplicant/
eloop_none.c 79 realloc(eloop.readers,
268 realloc(eloop.signals,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 79 realloc(eloop.readers,
268 realloc(eloop.signals,

Completed in 3126 milliseconds

1 2 3 4 5 6 78 91011>>