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

<<11121314151617181920>>

  /external/libvpx/examples/includes/geshi/geshi/
objc.php 107 'remove', 'realloc', 'rand', 'qsort', 'puts', 'putchar', 'putc',
  /external/libvpx/
vpxenc.c 232 char *new_ptr = realloc(stats->buf.buf, new_sz);
243 "\nFailed to realloc firstpass stats buffer.\n");
709 new_cue_list = realloc(glob->cue_list,
715 fprintf(stderr, "\nFailed to realloc cue list.\n");
    [all...]
  /external/libxslt/libxslt/
attrvt.c 329 if (attr->psvi != avt) { /* may have changed from realloc */
  /external/qemu/
Makefile.target 199 # memory leaks and attempts to free/realloc invalid pointers.
  /external/qemu/android/skin/
keyset.c 367 SkinKeyItem* new_items = realloc( kset->items, new_size*sizeof(SkinKeyItem) );
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 272 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
  /external/qemu/telephony/
remote_call.c 232 char* new_buff = realloc( old_buff, msg2len );
  /external/stlport/src/
ios.cpp 98 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
  /external/valgrind/main/massif/tests/
peak2.stderr.exp 10 Massif: realloc
  /frameworks/base/opengl/libs/GLES2_dbg/src/
server.cpp 124 buffer = realloc(buffer, len);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 98 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
  /ndk/sources/host-tools/make-3.81/
hash.c 24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n)))
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 486 ## begin gnulib module realloc-posix
489 EXTRA_DIST += realloc.c
491 EXTRA_libsed_a_SOURCES += realloc.c
493 ## end gnulib module realloc-posix
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /system/core/toolbox/
schedtop.c 58 new_table = realloc(table->data, size * sizeof(*table->data));
  /external/icu4c/test/cintltst/
cloctst.c 280 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
294 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
533 testLocale=(char*)realloc(testLocale, sizeof(char) * (u_strlen(dataTable[NAME][i])+1));
539 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
547 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 168 unsigned char* newStorage = realloc(pBuf->storage, newSize);
170 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize);
  /external/bison/lib/
ebitset.c 153 = realloc (EBITSET_ELTS (src), size * sizeof (ebitset_elt *));
167 = realloc (EBITSET_ELTS (src), newsize * sizeof (ebitset_elt *));
vbitset.c 86 = realloc (VBITSET_WORDS (src), size * sizeof (bitset_word));
101 = realloc (VBITSET_WORDS (src), newsize * sizeof (bitset_word));
  /external/bluetooth/bluez/tools/
parser.c 306 ? (short *)realloc(yyss, newsize * sizeof(*newss))
314 ? (YYSTYPE *)realloc(yyvs, newsize * sizeof(*newvs))
  /external/chromium/base/
process_util_unittest.cc 754 TEST_F(OutOfMemoryDeathTest, Realloc) {
757 value_ = realloc(NULL, test_size_);
  /external/flac/libFLAC/
format.c 584 if(0 == (object->parameters = (unsigned*)realloc(object->parameters, sizeof(unsigned)*(1 << max_partition_order))))
586 if(0 == (object->raw_bits = (unsigned*)realloc(object->raw_bits, sizeof(unsigned)*(1 << max_partition_order))))
  /external/icu4c/samples/ugrep/
ugrep.cpp 286 charBuf = (char *)realloc(charBuf, rawFileLen+1); // Need error checking...
340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar));

Completed in 4815 milliseconds

<<11121314151617181920>>