/external/llvm/lib/Support/ |
SmallVector.cpp | 33 NewElts = realloc(this->BeginX, NewCapacityInBytes);
|
/external/qemu/ |
qemu-malloc.c | 59 newptr = qemu_oom_check(realloc(ptr, size ? size : 1));
|
/frameworks/base/libs/utils/ |
SharedBuffer.cpp | 63 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize);
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_DebugMem.h | 36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) macro
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_DebugMem.h | 60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) macro
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
xmalloc.h | 45 /** The combination of pa_xmalloc() and realloc() */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnss_nis-2.7.so | |
libnss_nis.so | |
libnss_nis.so.2 | |
libnss_nisplus-2.7.so | |
libnss_nisplus.so | |
libnss_nisplus.so.2 | |
librt-2.7.so | |
librt.so | |
librt.so.1 | |
/system/core/libcutils/ |
buffer.c | 63 char* expanded = realloc(buffer->data, expected);
|
/system/core/libpixelflinger/tinyutils/ |
SharedBuffer.cpp | 56 buf = (SharedBuffer*)realloc(buf, sizeof(SharedBuffer) + newSize);
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.cpp | 65 unsigned char *p = (unsigned char *)realloc(m_buf, allocSize); 70 ERR("realloc (%d) failed\n", allocSize);
|
/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/elfutils/libdw/ |
dwarf_getpubnames.c | 45 = (struct pubnames_s *) realloc (mem, allocated * entsize); 113 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
|
/external/freetype/include/freetype/ |
ftsystem.h | 167 * realloc :: 176 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
|
/external/icu4c/tools/icuinfo/ |
testplug.c | 178 retPtr = realloc(mem, size); 180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr);
|
/external/libxml2/include/libxml/ |
xmlmemory.h | 73 * Signature for a realloc() implementation. 195 * Wrapper for the realloc() function used in the XML library.
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-11-04-CoalescerCrash.ll | 106 %tmp977 = call i8* @realloc( i8* %tmp974975, i32 %tmp973 ) ; <i8*> [#uses=1] 148 declare i8* @realloc(i8*, i32)
|
/external/qemu/slirp/ |
mbuf.c | 120 * If there's no room, realloc 143 m->m_ext = (char *)realloc(m->m_ext,size);
|