Searched
full:realloc (Results
526 -
550 of
1409) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 482 /* __attribute_malloc__ is not used, because if realloc returns 485 extern void *realloc (void *__ptr, size_t __size) 487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
|
/bootable/recovery/ |
install.cpp | 207 out = (RSAPublicKey*)realloc(out, *numKeys * sizeof(RSAPublicKey));
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 81 char[] chars = new char[length]; // This is sized to avoid a realloc.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstString.java | 81 char[] chars = new char[length]; // This is sized to avoid a realloc.
|
/dalvik/vm/ |
IndirectRefTable.cpp | 108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot));
|
ReferenceTable.cpp | 79 newTable = (Object**) realloc(pRef->table, newSize * sizeof(Object*));
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntVector.java | 26 * This version is based on a "realloc" strategy -- a simle array is
|
ObjectVector.java | 26 * This version is based on a "realloc" strategy -- a simle array is
|
/external/bison/tests/ |
local.at | 156 # undef realloc
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 252 <link linkend="g-realloc">g_realloc</link>() and
|
/external/chromium/base/ |
pickle.h | 209 // A realloc() failure will cause a Resize failure... and caller should check
|
/external/chromium/third_party/libevent/ |
buffer.c | 289 if ((newbuf = realloc(buf->buffer, length)) == NULL)
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstString.java | 81 char[] chars = new char[length]; // This is sized to avoid a realloc.
|
/external/dhcpcd/ |
if-bsd.c | 329 p = realloc(link_buf, len);
|
/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/intl/ |
localcharset.c | 181 res_ptr = (char *) realloc (res_ptr, res_size + 1);
|
/external/e2fsprogs/lib/ext2fs/ |
dosio.c | 335 newparts = (PARTITION**)realloc(partitions, sizeof(PARTITION) * npart);
|
/external/elfutils/libelf/ |
elf_getarsym.c | 203 Elf_Arsym *newp = (Elf_Arsym *) realloc (elf->state.ar.ar_sym,
|
/external/expat/ |
Changes | 151 standard malloc,realloc, and free.
|
/external/icu4c/common/ |
putilimp.h | 334 # define uprv_default_realloc(x,y) realloc(x,y)
|
/external/icu4c/common/unicode/ |
uclean.h | 241 * @param r Pointer to a user-supplied realloc function.
|
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 257 newbuf = (char *)realloc(buf, buflen);
|
/external/libvpx/examples/includes/geshi/geshi/ |
cpp-qt.php | 107 'malloc', 'realloc', 'free', 'abort', 'exit', 'atexit', 'system', 'getenv',
|
klonecpp.php | 86 'malloc', 'realloc', 'free', 'abort', 'exit', 'atexit', 'system', 'getenv',
|
objc.php | 107 'remove', 'realloc', 'rand', 'qsort', 'puts', 'putchar', 'putc',
|
Completed in 1047 milliseconds
<<21222324252627282930>>