HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 701 - 725 of 1945) sorted by null

<<21222324252627282930>>

  /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 BSPW^m??????`t?md5_salt_prefixb64t__PRETTY_FUNCTION__.6122buflen.6306buffer__md5_crypt_rstrlenmemcpy__md5_init_ctx__md5_process_bytes__md5_finish_ctx__stpncpy__errno_locationmemset__assert_fail__md5_cryptrealloc j???.<a?????+I???? %EXl??
216 Z? kr??????????tsha256_salt_prefixsha256_rounds_prefix__PRETTY_FUNCTION__.6121b64tbuflen.6431buffer__sha256_crypt_rstrlen__sha256_init_ctx__sha256_process_bytes__sha256_finish_ctxmemcpy__assert_failstrtoul__stpncpy__errno_locationmemsetsnprintf__sha256_cryptrealloc )???/Nj???!:Hk?,EU\a?5ELQp?????>^?n????EUl??
353 Z'kr??????????0tsha512_salt_prefixsha512_rounds_prefix__PRETTY_FUNCTION__.6121b64tbuflen.6635buffer__sha512_crypt_rstrlen__sha512_init_ctx__sha512_process_bytes__sha512_finish_ctxmemcpy__assert_failstrtoul__stpncpy__errno_locationmemsetsnprintf__sha512_cryptrealloc )???/Nj???!:Hk?h?????\t???????-;Z~?X??Ip????/h ? ??? # A _ ? ? ?  
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libcrypt.a 69 B# PW^m??????0 t?md5_salt_prefixb64t__PRETTY_FUNCTION__.6179buflen.6363buffer__md5_crypt_rstrlenmemcpy__md5_init_ctx__md5_process_bytes__md5_finish_ctx__stpncpymemset__assert_fail__errno_location__md5_cryptrealloc t??8Fe????.Ce???%Ee{??(
226 Zlkr??????????ptsha256_salt_prefixsha256_rounds_prefix__PRETTY_FUNCTION__.6178b64tbuflen.6488buffer__sha256_crypt_rstrlen__sha256_init_ctx__sha256_process_bytes__sha256_finish_ctxmemcpy__assert_failstrtoul__stpncpymemset__errno_locationsnprintf__sha256_cryptrealloc  ???$=Vo????!:Hn?,EU\a? "29>]??????>??Ld~???3G??  ! < } ? ? ?   +  H  b  ?  ?  ?  ?  3
396 Zkr?????????? tsha512_salt_prefixsha512_rounds_prefix__PRETTY_FUNCTION__.6178b64tbuflen.6692buffer__sha512_crypt_rstrlen__sha512_init_ctx__sha512_process_bytes__sha512_finish_ctxmemcpy__assert_failstrtoul__stpncpymemsetsnprintf__errno_location__sha512_cryptrealloc  ???$=Vo????!:Hn?j?????Haqx}????#Ac?8o???)P~???k ? ? ?     ;  U  ?  ?  ?  ?  &
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.6/sysroot/usr/lib/
libcrypt.a 65 BSPW^m??????`t?md5_salt_prefixb64t__PRETTY_FUNCTION__.6122buflen.6306buffer__md5_crypt_rstrlenmemcpy__md5_init_ctx__md5_process_bytes__md5_finish_ctx__stpncpy__errno_locationmemset__assert_fail__md5_cryptrealloc j???.<a?????+I???? %EXl??
216 Z? kr??????????tsha256_salt_prefixsha256_rounds_prefix__PRETTY_FUNCTION__.6121b64tbuflen.6431buffer__sha256_crypt_rstrlen__sha256_init_ctx__sha256_process_bytes__sha256_finish_ctxmemcpy__assert_failstrtoul__stpncpy__errno_locationmemsetsnprintf__sha256_cryptrealloc )???/Nj???!:Hk?,EU\a?5ELQp?????>^?n????EUl??
353 Z'kr??????????0tsha512_salt_prefixsha512_rounds_prefix__PRETTY_FUNCTION__.6121b64tbuflen.6635buffer__sha512_crypt_rstrlen__sha512_init_ctx__sha512_process_bytes__sha512_finish_ctxmemcpy__assert_failstrtoul__stpncpy__errno_locationmemsetsnprintf__sha512_cryptrealloc )???/Nj???!:Hk?h?????\t???????-;Z~?X??Ip????/h ? ??? # A _ ? ? ?  
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libcrypt.a 69 B# PW^m??????0 t?md5_salt_prefixb64t__PRETTY_FUNCTION__.6179buflen.6363buffer__md5_crypt_rstrlenmemcpy__md5_init_ctx__md5_process_bytes__md5_finish_ctx__stpncpymemset__assert_fail__errno_location__md5_cryptrealloc t??8Fe????.Ce???%Ee{??(
226 Zlkr??????????ptsha256_salt_prefixsha256_rounds_prefix__PRETTY_FUNCTION__.6178b64tbuflen.6488buffer__sha256_crypt_rstrlen__sha256_init_ctx__sha256_process_bytes__sha256_finish_ctxmemcpy__assert_failstrtoul__stpncpymemset__errno_locationsnprintf__sha256_cryptrealloc  ???$=Vo????!:Hn?,EU\a? "29>]??????>??Ld~???3G??  ! < } ? ? ?   +  H  b  ?  ?  ?  ?  3
396 Zkr?????????? tsha512_salt_prefixsha512_rounds_prefix__PRETTY_FUNCTION__.6178b64tbuflen.6692buffer__sha512_crypt_rstrlen__sha512_init_ctx__sha512_process_bytes__sha512_finish_ctxmemcpy__assert_failstrtoul__stpncpymemsetsnprintf__errno_location__sha512_cryptrealloc  ???$=Vo????!:Hn?j?????Haqx}????#Ac?8o???)P~???k ? ? ?     ;  U  ?  ?  ?  ?  &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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'. */

Completed in 1615 milliseconds

<<21222324252627282930>>