/external/icu4c/test/perf/collperf/ |
collperf.cpp | 38 index = (int32_t *) realloc(index, sizeof(int32_t)); \ 43 index = (int32_t *) realloc(index, sizeof(int32_t) * (count + 1)); \ 45 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
|
/external/libxml2/ |
globals.c | 121 * The variable holding the libxml realloc() implementation 125 xmlReallocFunc xmlRealloc = (xmlReallocFunc) realloc; 538 gs->xmlRealloc = (xmlReallocFunc) realloc;
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 295 array = (Item *)REALLOC(array, sizeOld, sizeNew); 340 data = (Item *)REALLOC(data, oldSize, size * sizeof(Item)); 589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
|
/external/qemu/memcheck/ |
memcheck_common.h | 126 * along with TRACE_DEV_REG_QUERY_MALLOC event. When handling free and realloc 128 * actually allocated in previous calls to malloc, memalign, or realloc. Since 158 * 2 - realloc
|
/external/valgrind/main/memcheck/tests/ |
Makefile.am | 171 pdb-realloc.stderr.exp pdb-realloc.vgtest \ 277 partial_load pdb-realloc pdb-realloc2 \
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 778 /* If zero allocated, but buffer is non-null, try to realloc [all...] |
/system/core/toolbox/ |
getevent.c | 93 bits = realloc(bits, bits_size * 2); 338 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); 344 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
|
/external/bison/m4/ |
gnulib-comp.m4 | 170 # Code from module realloc-posix: 610 AC_LIBOBJ([realloc]) 612 gl_STDLIB_MODULE_INDICATOR([realloc-posix]) 1049 lib/realloc.c [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
patch_functions.cc | 44 // malloc calloc realloc free 399 "malloc", "free", "realloc", "calloc", 420 (GenericFnPtr)&::realloc, [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
patch_functions.cc | 44 // malloc calloc realloc free 399 "malloc", "free", "realloc", "calloc", 420 (GenericFnPtr)&::realloc, [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 1075 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); 1080 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); 1208 np = realloc(cs->multis, cs->smultis); [all...] |
/external/oprofile/libpopt/ |
popt.c | 300 con->finalArgv = realloc(con->finalArgv, 616 t = realloc(t, tn); 627 t = realloc(t, strlen(t) + 1); /* XXX memory leak, hard to plug */ 983 con->finalArgv = realloc(con->finalArgv, 1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items)); [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); 1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); 1172 np = realloc(cs->multis, cs->smultis); 1379 sp = (sop *)realloc(p->strip, size*sizeof(sop)); [all...] |
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 296 TEST(MemorySanitizer, Realloc) { 297 S4 *x = (int*)Ident(realloc(0, sizeof(S4))); 300 x = (int*)Ident(realloc(x, 2 * sizeof(S4))); 303 x = (int*)Ident(realloc(x, 3 * sizeof(S4))); 307 x[2] = 1; // Init this here. Check that after realloc it is poisoned again. 308 x = (int*)Ident(realloc(x, 2 * sizeof(S4))); 311 x = (int*)Ident(realloc(x, 3 * sizeof(S4))); [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regcomp.c | 1254 p->g->sets = realloc(p->g->sets, nc * sizeof(cset)); 1258 p->g->setbits = realloc(p->g->setbits, nbytes); [all...] |
/bootable/recovery/ |
recovery.cpp | 644 dirs = (char**)realloc(dirs, d_alloc * sizeof(char*)); 656 zips = (char**)realloc(zips, z_alloc * sizeof(char*)); 669 zips = (char**)realloc(zips, z_alloc * sizeof(char*)); [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream.cc | 83 void SocketStream::ResponseHeaders::Realloc(size_t new_size) { 84 headers_.reset(static_cast<char*>(realloc(headers_.release(), new_size))); 856 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_); [all...] |
/external/dropbear/libtommath/ |
changes.txt | 111 -- Added fix to mp_shrink to prevent a realloc when used == 0 [e.g. realloc zero bytes???] 144 -- In mp_grow() "a->dp" is not overwritten by realloc call [re: memory leak]
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdlib.h | 482 /* __attribute_malloc__ is not used, because if realloc returns 485 extern void *realloc (void *__ptr, size_t __size) 487 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libcrypt.a | 65 B S P W ^ m ? ? ? ? ? ? ` t ? md5_salt_prefix b64t __PRETTY_FUNCTION__.6122 buflen.6306 buffer __md5_crypt_r strlen memcpy __md5_init_ctx __md5_process_bytes __md5_finish_ctx __stpncpy __errno_location memset __assert_fail __md5_crypt realloc |