Searched
full:realloc (Results
751 -
775 of
1409) sorted by null
<<31323334353637383940>>
/external/qemu/slirp-android/ |
misc.c | 556 lprint_sb->sb_data = (char *)realloc(lprint_sb->sb_data,
|
/external/qemu/telephony/ |
gsm.c | 294 new_data = realloc( old_data, new_max );
|
/external/sqlite/dist/orig/ |
shell.c | 354 zLine = realloc(zLine, nLine); 376 zLine = realloc( zLine, n+1 ); 915 zIn = (char *)realloc(zIn, len); [all...] |
/external/sqlite/dist/ |
shell.c | 359 zLine = realloc(zLine, nLine); 381 zLine = realloc( zLine, n+1 ); 920 zIn = (char *)realloc(zIn, len); [all...] |
/external/srec/portable/src/ |
pmalloc.c | 36 #undef realloc macro
|
pmemfixed.c | 27 #undef realloc macro
|
/external/valgrind/main/callgrind/ |
fn.c | 579 fn->is_realloc = (VG_(strcmp)(fn->name, "realloc")==0);
|
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 149 by 0x4C27632: realloc (vg_replace_malloc.c:525)
|
/external/valgrind/tsan/ |
ts_valgrind_intercepts.c | 447 WRAP_REALLOC(VG_Z_LIBC_SONAME, realloc); // TODO: handle free inside realloc 448 WRAP_REALLOC(NONE, realloc); // TODO: handle free inside realloc [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
diffs | 229 char *malloc(), *realloc();
|
/external/zlib/examples/ |
enough.c | 284 vector = realloc(done[index].vec, length);
|
/frameworks/rs/driver/ |
rsdAllocation.cpp | 308 alloc->mHal.drvState.mallocPtr = (uint8_t *)realloc(
|
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 398 fldtab = (Cell **) realloc(fldtab, s);
|
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 399 /* Define if the 'realloc' function is POSIX compliant. */
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
Makefile.in | 77 $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/realloc.m4 \ 610 quotearg.h realloc.c regcomp.c regex.c regex.h \ 647 mkstemp.c obstack.c quote.c quotearg.c realloc.c regcomp.c \ 739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Po@am__quote@ [all...] |
obstack.h | 52 buffer, realloc()ating the buffer every time you try to read a symbol
|
regex_internal.h | 481 #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t)))
|
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
bitmap.h | 54 having to realloc and copy a giant bit array.
|
builtins.def | [all...] |
libiberty.h | 288 realloc type functions are not suitable for attribute malloc since
|
obstack.h | 58 buffer, realloc()ating the buffer every time you try to read a symbol
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/ |
fixincl | |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 53 having to realloc and copy a giant bit array.
|
builtins.def | [all...] |
Completed in 609 milliseconds
<<31323334353637383940>>