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

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/glib/gio/
gmemoryoutputstream.h 78 * The function should have the same semantics as realloc().
  /external/chromium/base/allocator/
README 43 void* realloc(void* p, size_t s);
  /external/clang/test/Analysis/
malloc-interprocedural.c 9 void *realloc(void *ptr, size_t size);
  /external/dhcpcd/compat/
getline.c 60 newbuf = realloc(*buf, newlen);
  /external/e2fsprogs/lib/ss/
invocation.c 46 table = (ss_data **) realloc((char *)table,
request_tbl.c 37 t = (ssrt **)realloc(info->rqt_tables, (unsigned)size*sizeof(ssrt));
  /external/elfutils/lib/
xmalloc.c 77 p = realloc (p, n);
  /external/expat/amiga/
stdlib.c 43 void * realloc (void * mem, size_t len2) function
  /external/freetype/include/freetype/config/
ftstdlib.h 134 #define ft_srealloc realloc
  /external/giflib/
gifalloc.c 205 ColorUnion->Colors = (GifColorType *)realloc(Map,
260 New->ExtensionBlocks = (ExtensionBlock *)realloc(New->ExtensionBlocks,
330 /*** FIXME: We could realloc the GifFile->SavedImages structure but is
350 GifFile->SavedImages = (SavedImage *)realloc(GifFile->SavedImages,
  /external/iproute2/tc/
emp_ematch.l 46 strbuf = realloc(strbuf, strbuf_size);
  /external/linux-tools-perf/util/
cache.h 54 * Realloc the buffer pointed at by variable 'x' so that it can hold
  /external/llvm/lib/Support/
SmallVector.cpp 33 NewElts = realloc(this->BeginX, NewCapacityInBytes);
  /external/openssh/
xmalloc.c 69 new_ptr = realloc(ptr, new_size);
  /external/qemu/
qemu-malloc.c 59 newptr = qemu_oom_check(realloc(ptr, size ? size : 1));
  /external/skia/third_party/glu/libtess/
memalloc.h 48 #define memRealloc realloc
  /frameworks/native/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
xmalloc.h 45 /** The combination of pa_xmalloc() and realloc() */
  /prebuilts/gcc/linux-x86/host/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 

Completed in 2213 milliseconds

1 2 3 4 5 6 78 91011>>