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

<<21222324252627282930>>

  /external/compiler-rt/lib/asan/tests/
asan_test.cc 155 // fprintf(stderr, "realloc:\n");
157 r = (int*)realloc(r, 2000 * sizeof(int));
360 EXPECT_EQ(0, realloc(0, size));
361 EXPECT_EQ(0, realloc(0, ~Ident(0)));
475 ptr = (int*)realloc(ptr,
    [all...]
  /external/dbus/dbus/
dbus-string.c 124 * before it has to realloc. The string starts life with zero length.
309 * string is really using), _dbus_string_lock() will realloc the
321 /* Try to realloc to avoid excess memory usage, since
354 new_allocated = 0; /* ensure a realloc every time so that we go
385 * @returns #FALSE if the compact failed due to realloc failure
    [all...]
  /external/flac/libFLAC/
metadata_object.c 95 /* realloc() failure leaves entry unchanged */
955 else if(0 == (object->data.seek_table.points = (FLAC__StreamMetadata_SeekPoint*)realloc(object->data.seek_table.points, new_size)))
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/expat/lib/
xmlparse.c 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s)))
723 mtemp->realloc_fcn = realloc;
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-manual.xml 303 <function>realloc</function>,
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 198 * and can realloc() it to grow it, and should free() it to
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 238 * and can realloc() it to grow it, and should free() it to
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib32/
libintl.a 356   \??-> BGNe%s????b????????%3:@Qlocalealias.cstring_spacestring_space_actstring_space_maxmapnmapmaxmaplocale_alias_path.2963alias_compareread_alias_filealiasfile.3025extend_alias_table_nl_expand_aliasbsearchmempcpylibintl_relocatefopen__fsetlockingfgets_unlocked__ctype_b_locstrlenreallocmemcpystrchrfeof_unlockedfcloseqsort__stack_chk_failstrcasecmp '06;Z???????????? ?? ???7??Z??? *S`r??????+BMRXdi?????????????Tm {???!?"????=#textdomain.o/ 1334943756 55407 5000 100640 1236 `
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libcrypt.a 51 ?X? ?? @/;   BiPW^m??????p??md5_salt_prefixb64t__PRETTY_FUNCTION__.7355buflen.7540buffer__md5_crypt_rstrlenmemcpy__md5_init_ctx__md5_process_bytes__md5_finish_ctx__stpncpymemset__assert_fail__errno_location__md5_cryptrealloc4
239   Z?kr????????????sha256_salt_prefixsha256_rounds_prefix__PRETTY_FUNCTION__.7354b64tbuflen.7665buffer__sha256_crypt_rstrlen__sha256_init_ctx__sha256_process_bytes__sha256_finish_ctxmemcpy__assert_failstrtoul__stpncpymemset__errno_locationsnprintf__sha256_cryptrealloc
    [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/minadbd/
fdevent.c 446 fd_table = realloc(fd_table, sizeof(fdevent*) * fd_table_max);
  /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/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 472 #define ANTLR3_REALLOC(current, request) realloc ((void *)(current), (size_t)(request))
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 399 // Space for newly sized bitset - TODO: come back to this and use realloc?, it may
  /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);

Completed in 1087 milliseconds

<<21222324252627282930>>