HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 276 - 300 of 1311) sorted by null

<<11121314151617181920>>

  /system/media/audio_utils/
echo_reference.c 176 er->wr_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size);
238 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size);
353 er->buffer = realloc(er->buffer, er->frames_in * er->rd_frame_size);
  /dalvik/vm/
BitVector.cpp 92 pBits->storage = (u4*)realloc(pBits->storage,
115 pBits->storage = (u4*)realloc(pBits->storage, newSize * sizeof(u4));
LinearAlloc.cpp 54 to support "free" and "realloc" calls in a limited way. We don't free
56 useful to erase storage to garbage values after a "free" or "realloc".
323 * utility out of "realloc", and when we're doing ENFORCE_READ_ONLY
420 return realloc(mem, newSize);
PointerSet.cpp 134 newList = (const void**)realloc(pSet->list, pSet->alloc * sizeof(void*));
  /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/chromium/third_party/libevent/
devpoll.c 198 fds = realloc(devpollop->fds, nfds * sizeof(struct evdevpoll));
200 event_warn("realloc");
signal.c 159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
161 event_warn("realloc");
  /external/dbus/dbus/
dbus-dataslot.c 247 * be e.g. realloc()ing allocated_slots. We avoid doing this if asserts
304 * be e.g. realloc()ing allocated_slots. We avoid doing this if asserts
  /external/e2fsprogs/intl/
localealias.c 314 char *new_pool = (char *) realloc (string_space, new_size);
374 new_map = (struct alias_map *) realloc (map, (new_size
  /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/ipsec-tools/src/racoon/
getcertsbyname.c 229 p = realloc(answer, buflen);
232 printf("realloc: %s", strerror(errno));
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 97 fCpuData.realloc(fGpu->supportsBufferLocking() ? 0 : fMinBlockSize);
269 fBufferPtr = fCpuData.realloc(size);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /system/core/libcutils/
open_memstream.c 105 DBUG(("+++ realloc %p->%p to size=%d\n",
107 char* newBuf = (char*) realloc(*stream->bufp, newSize);
  /system/extras/librank/
librank.c 86 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
128 library->mappings = realloc(library->mappings,
  /external/valgrind/main/exp-ptrcheck/tests/
Makefile.in 56 pth_specific$(EXEEXT) realloc$(EXEEXT) stackerr$(EXEEXT) \
157 realloc_SOURCES = realloc.c
158 realloc_OBJECTS = realloc.$(OBJEXT)
208 pth_specific.c realloc.c stackerr.c strcpy.c strlen.c sub.c \
214 pth_create.c pth_specific.c realloc.c stackerr.c strcpy.c \
539 realloc.vgtest \
540 realloc.stderr.exp-glibc25-x86 realloc.stderr.exp-glibc25-amd64 \
705 realloc$(EXEEXT): $(realloc_OBJECTS) $(realloc_DEPENDENCIES)
706 @rm -f realloc$(EXEEXT
    [all...]
  /bionic/libc/netbsd/net/
getservent_r.c 133 q = realloc(q,
  /bionic/libc/stdio/
fgetln.c 56 if ((p = realloc(fp->_lb._base, newsize)) == NULL)
ungetc.c 67 p = realloc(_UB(fp)._base, i << 1);
  /bionic/libc/unistd/
opendir.c 249 realloc(de_list, sizeof(struct dirent *)*de_list_size);
  /bootable/recovery/applypatch/
freecache.c 110 *names = realloc(*names, size * sizeof(char*));
  /bootable/recovery/edify/
parser.y 117 $$.argv = realloc($$.argv, $$.argc * sizeof(Expr*));
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 719 realloc

Completed in 2780 milliseconds

<<11121314151617181920>>