Searched
full:realloc (Results
626 -
650 of
1311) sorted by null
<<21222324252627282930>>
/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/ |
shell.c | 343 zLine = realloc(zLine, nLine); 363 zLine = realloc( zLine, n+1 ); 901 zIn = (char *)realloc(zIn, len); [all...] |
shell.c.orig | 338 zLine = realloc(zLine, nLine); 358 zLine = realloc( zLine, n+1 ); 896 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/docs/html/ |
dh-manual.html | 144 by 0x4C27632: realloc (vg_replace_malloc.c:525)
|
/external/valgrind/main/docs/ |
valgrind.1 | [all...] |
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 149 by 0x4C27632: realloc (vg_replace_malloc.c:525)
|
/external/valgrind/main/memcheck/ |
mc_include.h | 127 void* MC_(realloc) ( ThreadId tid, void* p, SizeT new_size );
|
/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);
|
/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.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixincl | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
|
Completed in 555 milliseconds
<<21222324252627282930>>