HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 376 - 400 of 1526) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/cintltst/
cmsgtst.c 128 result=(UChar*)realloc(result,sizeof(UChar) * resultlength);
293 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
324 result=(UChar*)realloc(result, sizeof(UChar) * (resultlength+1));
349 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
420 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
514 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
607 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/libppp/src/
exec.c 102 iov[*niov].iov_base = d = realloc(d, sz);
180 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
udp.c 145 iov[*niov].iov_base = realloc(d, sz);
182 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 22 Invalid free() / delete / delete[] / realloc()
28 Invalid free() / delete / delete[] / realloc()
custom_alloc.stderr.exp-s390x-mvc 22 Invalid free() / delete / delete[] / realloc()
28 Invalid free() / delete / delete[] / realloc()
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 162 buf = (char *)realloc(buf, bSize * nBufs);
293 argv = (char **)realloc(argv, argvSize * sizeof(char *));
  /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,
  /bionic/libc/bionic/
malloc_debug_common.h 78 MallocDebugRealloc realloc; member in struct:MallocDebug
  /bionic/libc/stdio/
fgetln.c 56 if ((p = realloc(fp->_lb._base, newsize)) == NULL)
ungetc.c 67 p = realloc(_UB(fp)._base, i << 1);
  /bootable/recovery/applypatch/
freecache.c 110 *names = realloc(*names, size * sizeof(char*));
  /bootable/recovery/edify/
parser.y 117 $$.argv = realloc($$.argv, $$.argc * sizeof(Expr*));
  /dalvik/vm/
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/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 718 realloc
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 756 realloc
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 688 realloc
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 681 realloc
  /external/chromium/third_party/libevent/
min_heap.h 114 if(!(p = (struct event**)realloc(s->p, a * sizeof *p)))
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 142 buf = realloc(buf, size);

Completed in 3297 milliseconds

<<11121314151617181920>>