Searched
full:realloc (Results
351 -
375 of
1409) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/android-ndk-r7/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/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 | 255 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*));
|
/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 | 719 realloc
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 757 realloc
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 689 realloc
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 682 realloc
|
/external/bluetooth/glib/docs/reference/glib/ |
cross.sgml | 94 Whether your <function>realloc()</function> conforms to ANSI C
|
/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);
|
/external/dhcpcd/ |
common.c | 252 void *value = realloc(ptr, s);
|
/external/dropbear/ |
scpmisc.c | 75 new_ptr = realloc(ptr, new_size);
|
/external/e2fsprogs/debugfs/ |
lsdel.c | 154 delarray = realloc(delarray,
|
/external/e2fsprogs/e2fsck/ |
profile_helpers.c | 95 newlist = realloc(list->list, newmax * sizeof(char *));
|
/external/e2fsprogs/lib/ss/ |
help.c | 153 dirs = (char **)realloc((char *)dirs,
|
Completed in 696 milliseconds
<<11121314151617181920>>