HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 551 - 575 of 1409) sorted by null

<<21222324252627282930>>

  /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/llvm/lib/Support/
SmallPtrSet.cpp 214 CurArray = (const void**)realloc(CurArray, sizeof(void*)*(RHS.CurArraySize+1));
  /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
  /external/wpa_supplicant_8/src/utils/
os_unix.c 426 wpa_printf(MSG_INFO, "REALLOC[%p]: invalid magic 0x%x%s",
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl.a 49   ?'?0t???(-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.11475__PRETTY_FUNCTION__.11497__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exitL3L?T?T?L?
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 354 TextureRec* newTextures = (TextureRec*)realloc(m_tex.textures,
  /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));

Completed in 862 milliseconds

<<21222324252627282930>>