Searched
full:realloc (Results
601 -
625 of
1311) sorted by null
<<21222324252627282930>>
/external/chromium/base/ |
process_util_linux.cc | 676 DIE_ON_OOM_2(realloc, void*)
|
process_util_win.cc | 687 realloc(buffer, buffer_size));
|
/external/chromium/third_party/libevent/test/ |
regress.gen.c | 81 new_data = (struct run **) realloc(msg->run_data,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 145 II_realloc = &Ctx.Idents.get("realloc");
|
/external/collada/include/dae/ |
daeArray.h | 72 * Gets the current capacity of the array, the biggest it can get without incurring a 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/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 | 67 * 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/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/hw/ |
goldfish_nand.c | 833 new_devs = realloc(nand_devs, sizeof(nand_devs[0]) * (nand_dev_count + 1));
|
goldfish_pipe.c | 504 uint8_t* newbuff = realloc(pipe->buffer, newsize);
|
/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 1061 milliseconds
<<21222324252627282930>>