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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_nisplus.so 
libnss_nisplus.so.2 
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
xmalloc.h 45 /** The combination of pa_xmalloc() and realloc() */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyarena.h 45 * the system free() or realloc(), or to any of Python's similar memory-
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyarena.h 45 * the system free() or realloc(), or to any of Python's similar memory-
  /sdk/find_java/
utils.h 121 mStr = (char *)realloc((void *)mStr, len);
156 mStr = (char *)realloc((void *)mStr, strlen(mStr) + strlen(str) + 1);
167 mStr = (char *)realloc((void *)mStr, l1 + length + 1);
318 mStr = (char *)realloc((void *)mStr, n + sn2 - sn + 1);
  /system/core/init/
keychords.c 43 keychords = realloc(keychords, keychords_length + size);
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 65 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize);
  /system/core/libutils/
SharedBuffer.cpp 63 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize);
  /art/runtime/jdwp/
jdwp_expand_buf.cc 95 uint8_t* newPtr = reinterpret_cast<uint8_t*>(realloc(pBuf->storage, pBuf->maxLen));
97 LOG(FATAL) << "realloc(" << pBuf->maxLen << ") failed";
  /bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c 53 * without the need for a realloc. */
117 newb = realloc(*buf, newlen);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.cpp 66 unsigned char *p = (unsigned char *)realloc(m_buf, allocSize);
71 ERR("realloc (%d) failed\n", allocSize);
  /external/chromium_org/third_party/freetype/include/freetype/
ftsystem.h 167 * realloc ::
176 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 178 retPtr = realloc(mem, size);
180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr);
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmemory.h 73 * Signature for a realloc() implementation.
195 * Wrapper for the realloc() function used in the XML library.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 52 ** NOTE: pr wraps up malloc, free, calloc, realloc so they are already
58 ** as their libc equivalent malloc, calloc, realloc, and free, and have
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_large_unittest.cc 39 #include <stdlib.h> // for malloc, free, realloc
56 void* p3 = realloc(p2, size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_large_unittest.cc 39 #include <stdlib.h> // for malloc, free, realloc
56 void* p3 = realloc(p2, size);
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 70 void *realloc(void *ptr, size_t size) { function
86 return realloc(p, size);
  /external/e2fsprogs/e2fsck/
mtrace.h 64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/eigen/unsupported/Eigen/
AdolcForward 39 #if defined(realloc)
40 # undef realloc

Completed in 1033 milliseconds

<<11121314151617181920>>