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

1 2 3 4 5 6 78 91011>>

  /external/qemu/slirp/
sbuf.c 46 /* Already alloced, realloc if necessary */
48 sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)realloc(sb->sb_data, size);
  /external/qemu/slirp-android/
mbuf.c 120 * If there's no room, realloc
143 m->m_ext = (char *)realloc(m->m_ext,size);
sbuf.c 46 /* Already alloced, realloc if necessary */
48 sb->sb_wptr = sb->sb_rptr = sb->sb_data = (char *)realloc(sb->sb_data, size);
  /external/speex/libspeex/
os_support.h 69 /** Speex wrapper for realloc. To do your own dynamic allocation, all you need to do is replace this function, speex_alloc and speex_free */
73 return realloc(ptr, size);
  /external/srec/portable/src/
ArrayListImpl.c 82 void** temp = REALLOC(impl->contents, newCapacity * sizeof(void*));
129 if ((temp = REALLOC(impl->contents, newCapacity * sizeof(void*))) == NULL)
  /external/srec/shared/src/
Int8ArrayListImpl.c 82 asr_int8_t* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(asr_int8_t));
116 impl->contents = REALLOC(contents, (impl->actualSize / 2 + 1) * sizeof(asr_int8_t));
IntArrayListImpl.c 81 int* temp = REALLOC(impl->contents, (impl->actualSize * 2 + 1) * sizeof(int));
115 impl->contents = REALLOC(contents, (impl->actualSize / 2 + 1) * sizeof(int));
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 193 regs->start = REALLOC (regs->start, need_regs, regoff_t);
194 regs->end = REALLOC (regs->end, need_regs, regoff_t);
utils.c 463 /* Panic on failing realloc */
478 ret = realloc(ptr, size);
563 try = realloc(b->b, alen); /* Note: *not* the REALLOC() macro! */
567 try = REALLOC(b->b, alen, char);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 124 pattern = realloc (pattern, p - line);
153 string = realloc (string, len - 3);
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib 91 #undef realloc
127 using ::realloc;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
cstdlib 91 #undef realloc
127 using ::realloc;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 91 #undef realloc
127 using ::realloc;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
49 U??WVS???????????????????<$??????????<$???????????????????????;???????tR?\$?4$???????tR???t??\$?D$?<$???????uC?\$?D$?4$???????uX?;?????u????$???????u??t&?????? ;?????t ?4$???????t&?<$????????????[^_]??D$?4$??????????ty?M??t?E?D$?$?D$??????U??t?E?D$T?$?D$??????E?8?E ??E??t?E?t$?$?????1?9??????t????4$?????1??e???9???????????G???GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?x%?+?0?*9I?P  0x?  (29@QV\akqopenptygetptgrantptunlockptreallocptsname_rmemchrmalloc__errno_locationfreecloseopentcsetattrioctlstrcpy %5 f
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
49 U??WVS???????????????????<$??????????<$????????????????????????;???????tP?\$?4$???????tP???t??\$?t$?<$???????uA?\$?D$?4$???????uV?;?????u??t&?$???????u??t&?????? ;?????t ?4$???????t&?<$????????????[^_]??D$?4$??????????ty?M??t?E?D$?$?D$??????U??t?E?D$T?$?D$??????E?8?E ??E??t?E?t$?$?????1?9??????t????4$?????1??e???9???????????G???GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?x%?+?0?*9I?P  0x?  (29@QV\akqopenptygetptgrantptunlockptreallocptsname_rmemchrmalloc__errno_locationfreecloseopentcsetattrioctlstrcpy %5 h
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 91 #undef realloc
127 using ::realloc;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 91 #undef realloc
127 using ::realloc;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 91 #undef realloc
127 using ::realloc;
  /system/core/debuggerd/
getevent.c 57 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1));
63 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
  /system/extras/libpagemap/
pm_process.c 249 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*));
285 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*));
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 158 __builtin_delete, calloc, realloc, memalign, and friends.
475 /*---------------------- realloc ----------------------*/
485 MALLOC_TRACE("realloc(%p,%p,%llu)", zone, ptrV, (ULong)new_size ); \
501 #define REALLOC(soname, fnname) \
509 MALLOC_TRACE("realloc(%p,%llu)", ptrV, (ULong)new_size ); \
525 REALLOC(VG_Z_LIBC_SONAME, realloc);
527 REALLOC(VG_Z_LIBC_SONAME, realloc_common);
885 REALLOC(NONE,tc_realloc);
896 REALLOC(NONE, PyObject_Realloc)
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 255 int *REALLOC;
273 (*REALLOC)++;
291 REALLOC = (int*)realloc(NULL, sizeof(int));
308 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
327 free(REALLOC);
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 168 * @realloc_fn: a function with realloc() semantics to be called when
181 * stream = g_memory_output_stream_new (NULL, 0, realloc, free);
239 * growable (no realloc was passed to g_memory_output_stream_new()) then
  /external/bluetooth/glib/glib/gnulib/
printf-parse.c 39 /* malloc(), realloc(), free(). */
76 ? realloc (a->arg, a_allocated * sizeof (argument)) \
478 memory = realloc (d->dir, d_allocated * sizeof (char_directive));
  /external/chromium/base/
pickle.cc 68 CHECK(resized); // Realloc failed.
92 CHECK(resized); // Realloc failed.
407 void* p = realloc(header_, new_capacity);

Completed in 1098 milliseconds

1 2 3 4 5 6 78 91011>>