HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 576 - 600 of 1945) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-elfedit 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 75 using _STLP_VENDOR_CSTD::realloc;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 75 using _STLP_VENDOR_CSTD::realloc;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 75 using _STLP_VENDOR_CSTD::realloc;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 75 using _STLP_VENDOR_CSTD::realloc;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdlib.h 75 using _STLP_VENDOR_CSTD::realloc;
  /system/media/audio_utils/
echo_reference.c 206 er->wr_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size);
267 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size);
405 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size);
442 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size);
  /external/linux-tools-perf/util/
trace-event-parse.c 520 *tok = realloc(*tok, tok_size + BUFSIZ);
553 *tok = realloc(*tok, tok_size + BUFSIZ);
572 *tok = realloc(*tok, tok_size + i);
824 field->type = realloc(field->type,
863 brackets = realloc(brackets,
879 brackets = realloc(brackets, strlen(brackets) + 2);
890 field->type = realloc(field->type,
901 field->type = realloc(field->type,
1256 left->atom.atom = realloc(left->atom.atom,
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2 This is a version (aka dlmalloc) of malloc/free/realloc written by
165 a size_t, not counting any clearing in calloc or copying in realloc,
320 realloc are ignored. And all bookkeeping information is zeroed out
395 If true realloc() uses mremap() to re-allocate large blocks and
436 This should be set if a call to realloc with zero bytes should
439 realloc(p, 0).
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 126 /// 'realloc' to allow modeling failed reallocation later in the path.
128 // \brief The symbol which realloc reallocated.
391 // released -> allocated, it must be the realloc return value
470 II_realloc = &Ctx.Idents.get("realloc");
    [all...]
  /external/valgrind/main/massif/
ms_main.c 327 // alloc function: realloc (which uses malloc); valloc,
339 DO("realloc" );
505 // - malloc/calloc/realloc/memalign/new/new[];
651 parent->children = VG_(realloc)( "ms.main.acx.2",
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 415 (size_t*)realloc(mObjects, newSize*sizeof(size_t));
869 size_t* objects = (size_t*)realloc(mObjects, newSize*sizeof(size_t));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 38 This is a version (aka dlmalloc) of malloc/free/realloc written by
189 a size_t, not counting any clearing in calloc or copying in realloc,
294 realloc are ignored. And all bookkeeping information is zeroed out
365 If true realloc() uses mremap() to re-allocate large blocks and
402 This should be set if a call to realloc with zero bytes should
405 realloc(p, 0).
616 #define realloc SDL_realloc macro
690 #define dlrealloc realloc
724 allocated using malloc or a related routine such as realloc.
738 realloc(void* p, size_t n
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so 
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 330 return realloc(ptr, newSize);
346 // This realloc cannot be resized in-place. Sadness.

Completed in 919 milliseconds

<<21222324252627282930>>