HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 501 - 525 of 1311) sorted by null

<<21222324252627282930>>

  /external/jhead/
jpgfile.c 118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
628 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
708 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 341 void* result = realloc(header, n + sizeof(AllocAlignmentInteger));
353 return realloc(p, n);
367 void* result = realloc(p, n);
498 #define realloc fastRealloc
    [all...]
  /system/core/sh/
arith_lex.c 199 * and can realloc() it to grow it, and should free() it to
    [all...]
  /bootable/recovery/edify/
expr.c 356 fn_table = realloc(fn_table, fn_size * sizeof(NamedFunction));
  /bootable/recovery/mtdutils/
mtdutils.c 401 ctx->bad_block_offsets = realloc(ctx->bad_block_offsets,
  /dalvik/vm/
IndirectRefTable.h 175 * realloc() is out), and tricks like serial number checking to detect
  /external/blktrace/
blkparse.c 330 cpus = realloc(cpus, size);
374 devices = realloc(devices, size);
    [all...]
blktrace.c 1307 * before). Therefore, we can realloc
1311 prev = realloc(prev->buf, sizeof(*prev) + tot_len);
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 154 _caches = realloc (_caches, sizeof (XdgMimeCache *) * (n_caches + 2));
xdgmimemagic.c 188 retval = realloc (retval, len);
  /external/chromium/base/memory/
scoped_ptr.h 283 // realloc.
  /external/chromium/third_party/libevent/
evport.c 244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
  /external/dhcpcd/
if-linux.c 171 nbuf = realloc(buf, buflen);
  /external/icu4c/common/
uvector.cpp 349 // We keep the original contents on the memory failure on realloc or bad minimumCapacity.
  /external/icu4c/io/
ustdio.c 166 /* Check for malloc/realloc failure. */
  /external/icu4c/test/cintltst/
hpmufn.c 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory));
  /external/icu4c/test/intltest/
v32test.cpp 408 //TEST_ASSERT(buf != resizedBuf); // The buffer might have been realloc'd
  /external/ipsec-tools/src/libipsec/
policy_parse.y 525 n = realloc(pbuf, tlen);
  /external/llvm/include/llvm/ADT/
BitVector.h 395 Bits = (BitWord *)std::realloc(Bits, Capacity * sizeof(BitWord));
  /external/openssl/crypto/
mem.c 83 static void *(*realloc_func)(void *, size_t)= realloc;
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 355 sdl_check_funcs malloc calloc realloc free alloc
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 156 #define SDL_realloc realloc
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 164 /* Buffer was too small, realloc. */
  /external/skia/src/core/
SkString.cpp 455 /* Seems we should use realloc here, since that is safe if it fails
  /external/srec/portable/src/
phashtable.c 283 REALLOC(table->entries,

Completed in 2319 milliseconds

<<21222324252627282930>>