Searched
full:realloc (Results
726 -
750 of
1409) sorted by null
<<21222324252627282930>>
/external/chromium/third_party/libevent/test/ |
regress.gen.c | 81 new_data = (struct run **) realloc(msg->run_data,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
GenericTaintChecker.cpp | 725 else if (C.isCLibraryFunction(FDecl, "realloc"))
|
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 310 /* put length back (note that this doesn't actually realloc anything) */ 355 /* put length back (doesn't actually realloc) */ 591 /* put length back (note that this doesn't actually realloc anything) */ 598 /* put length back (doesn't actually realloc) */ [all...] |
/external/dropbear/ |
dbutil.c | 659 ret = realloc(ptr, size);
|
/external/dropbear/libtommath/ |
tommath.h | 113 #define XREALLOC realloc
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
libcairo-swt.so | |
/external/elfutils/libcpu/ |
i386_disasm.c | 438 buf = realloc (buf, 2 * bufsize);
|
/external/flac/libFLAC/ |
md5.c | 409 FLAC__byte *tmp = (FLAC__byte*)realloc(ctx->internal_buf, bytes_needed);
|
/external/genext2fs/ |
genext2fs.c | 334 *lineptr = (char*)realloc(*lineptr, m); 380 *lineptr = (char*)realloc(*lineptr, i); 750 ptr = realloc(ptr, size); [all...] |
/external/icu4c/i18n/unicode/ |
umsg.h | 77 * result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 718 text = (UChar *)realloc(text, 2*bufSize*sizeof(UChar));
|
/external/iproute2/lib/ |
utils.c | 737 *linep = realloc(*linep, *lenp);
|
/external/jpeg/ |
jdphuff.c | 726 index->scan = realloc(index->scan,
|
/external/libselinux/src/ |
label_file.c | 107 tmp_arr = realloc(data->stem_arr,
|
/external/libvpx/vpx_mem/ |
vpx_mem_tracker.c | 65 static mem_track_realloc_func g_realloc = realloc;
|
/external/libvpx/ |
vpxdec.c | 285 uint8_t *new_buf = realloc(*buf, 2 * new_buf_sz); [all...] |
/external/libxml2/ |
entities.c | 535 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: realloc failed");\
|
/external/libxml2/include/libxml/ |
tree.h | 91 xmlBufferAllocationScheme alloc; /* The realloc method */ [all...] |
/external/openssl/crypto/ |
crypto.h | 337 malloc, realloc, free)
|
/external/openssl/crypto/rand/ |
rand_win.c | 304 buf = realloc(buf,bufsz+8192);
|
/external/openssl/include/openssl/ |
crypto.h | 337 malloc, realloc, free)
|
/external/qemu/distrib/jpeg-6b/ |
jdphuff.c | 726 index->scan = realloc(index->scan,
|
/external/qemu/hw/ |
goldfish_nand.c | 835 new_devs = realloc(nand_devs, sizeof(nand_devs[0]) * (nand_dev_count + 1));
|
/external/qemu/proxy/ |
proxy_http_rewriter.c | 88 char* s = realloc((char*)h->value, old+new+1); [all...] |
/external/qemu/slirp/ |
misc.c | 592 lprint_sb->sb_data = (char *)realloc(lprint_sb->sb_data,
|
Completed in 1666 milliseconds
<<21222324252627282930>>