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

<<1112131415161718

  /system/media/audio_utils/
resampler.c 104 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf,
  /bionic/libc/regex/
regcomp.c 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1172 np = realloc(cs->multis, cs->smultis);
1379 sp = (sop *)realloc(p->strip, size*sizeof(sop));
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1047 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1052 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1180 np = realloc(cs->multis, cs->smultis);
1387 sp = (sop *)realloc(p->strip, size*sizeof(sop))
    [all...]
  /external/oprofile/libpopt/
popt.c 300 con->finalArgv = realloc(con->finalArgv,
616 t = realloc(t, tn);
627 t = realloc(t, strlen(t) + 1); /* XXX memory leak, hard to plug */
983 con->finalArgv = realloc(con->finalArgv,
1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items));
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 414 (size_t*)realloc(mObjects, newSize*sizeof(size_t));
844 size_t* objects = (size_t*)realloc(mObjects, newSize*sizeof(size_t));
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1172 np = realloc(cs->multis, cs->smultis);
1379 sp = (sop *)realloc(p->strip, size*sizeof(sop));
    [all...]
  /external/jhead/
main.c 178 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
492 *buf = realloc(*buf, bufLen);
  /external/libxml2/
globals.c 120 * The variable holding the libxml realloc() implementation
124 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc;
529 gs->xmlRealloc = (xmlReallocFunc) realloc;
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 272 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 409 mapList = realloc(mapList, sizeof(MapPtr) * (numMaps + 1));
426 scrList = realloc(scrList, sizeof(ScrPtr) * (numScrs + 1));
  /external/webrtc/src/common_audio/resampler/main/source/
resampler.cc 909 out_buffer_ = (WebRtc_Word16*)realloc(out_buffer_, sizeNeeded * sizeof(WebRtc_Word16));
923 in_buffer_ = (WebRtc_Word16*)realloc(in_buffer_,
  /external/wpa_supplicant/
dbus_dict_helpers.c 659 buffer = realloc(buffer, BYTE_ARRAY_ITEM_SIZE *
717 buffer = realloc(buffer, STR_ARRAY_ITEM_SIZE *
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 657 buffer = realloc(buffer, BYTE_ARRAY_ITEM_SIZE *
715 buffer = realloc(buffer, STR_ARRAY_ITEM_SIZE *
  /external/blktrace/btt/
seek.c 175 mp->modes = realloc(mp->modes, (mp->nmds + 1) *
  /external/chromium/third_party/libevent/
buffer.c 289 if ((newbuf = realloc(buf->buffer, length)) == NULL)
devpoll.c 198 fds = realloc(devpollop->fds, nfds * sizeof(struct evdevpoll));
200 event_warn("realloc");
evport.c 244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
  /external/e2fsprogs/e2fsck/
profile.c 276 new_array = realloc(array, sizeof(char *) * (max+1));
421 p = realloc(line, line_size);
985 newptr = realloc(b->base, newsize);
1014 char *newptr = realloc(prof_buf.base, prof_buf.cur);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dosio.c 335 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart);
  /external/freetype/src/base/
ftutil.c 154 block2 = memory->realloc( memory, cur_size, new_size, block );
  /external/icu4c/test/cintltst/
hpmufn.c 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory));
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 229 p = realloc(answer, buflen);
232 printf("realloc: %s", strerror(errno));
  /external/llvm/include/llvm/ADT/
BitVector.h 395 Bits = (BitWord *)std::realloc(Bits, Capacity * sizeof(BitWord));
  /external/openssl/crypto/
crypto.h 337 malloc, realloc, free)
mem.c 83 static void *(*realloc_func)(void *, size_t)= realloc;

Completed in 999 milliseconds

<<1112131415161718