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

<<31323334353637383940>>

  /external/libmtp/src/
ptp-pack.c     [all...]
  /external/libusb/
ChangeLog     [all...]
  /external/libxml2/
pattern.c 353 "xmlPatternAdd: realloc failed\n");
424 "xmlReversePattern: realloc failed\n");
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 603 " / realloc()</what>\n" );
608 emit( "Invalid free() / delete / delete[] / realloc()\n" );
    [all...]
mc_include.h 130 void* MC_(realloc) ( ThreadId tid, void* p, SizeT new_size );
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c     [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libgnustl_shared.so 
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libgnustl_shared.so 
  /prebuilts/sdk/tools/linux/
aidl 
  /bootable/recovery/minzip/
Zip.c 878 newBuf = (char *)realloc(helper->buf, needLen);
    [all...]
  /dalvik/vm/compiler/codegen/
RallocUtil.cpp 807 /* Wrong register class. Realloc, copy and transfer ownership */
  /external/bluetooth/glib/glib/
gstring.c 569 does not realloc. */
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 675 LIBBUILTIN(realloc, "v*v*z", "f", "stdlib.h", ALL_LANGUAGES)
    [all...]
  /external/dbus/dbus/
dbus-message-util.c     [all...]
  /external/e2fsprogs/intl/
dcigettext.c 957 newmem = (transmem_block_t *) realloc (transmem_list,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h     [all...]
  /external/e2fsprogs/misc/
badblocks.c 1073 t_patts_new = realloc(t_patts, sizeof(int) *
  /external/giflib/
dgif_lib.c 384 if ((GifFile->SavedImages = (SavedImage *)realloc(GifFile->SavedImages,
    [all...]
  /external/linux-tools-perf/util/
header.c 45 nevents = realloc(events, (event_count + 1) * sizeof(*events));
  /external/opencv/cvaux/src/
cvhmm1d.cpp 538 if not sufficient - realloc */
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 728 printf("cryptodev_digest_update: realloc failed\n");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 1269 // In this case I have to unalloc and realloc the full palette
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 645 uint8_t* newbuff = realloc(pipe->buffer, newsize);
    [all...]
  /external/stlport/src/
allocators.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 614 allTokens = (char**)realloc((char**)allTokens, sizeof(char*) * maxTokenCount);
    [all...]

Completed in 1816 milliseconds

<<31323334353637383940>>