HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 401 - 425 of 1311) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl.a 45  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10214__PRETTY_FUNCTION__.10236__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????+5@ELQt? ?!?"??#$%+<U%ejuz????????& ).3'F V ] b(?)???*??? .+elq,w}?????????
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libanl.a 48  ?!?0j???-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.10271__PRETTY_FUNCTION__.10293__elf_set___libc_subfreeres_element_free_res____gai_find_request__gai_remove_requestfree__gai_enqueue_request__gai_requests_mutexpthread_mutex_lock__gai_new_request_notificationpthread_cond_signalpthread_mutex_unlockpthread_attr_initpthread_attr_setdetachstatepthread_attr_setstacksizesigfillsetpthread_createpthread_attr_destroycallocrealloc__errno_location__assert_failgetaddrinfo__gai_notifygettimeofdaypthread_cond_timedwaitpthread_exit2????????
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov 
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 54 Pattern.compile("realloc", Pattern.CASE_INSENSITIVE),
  /system/core/toolbox/
mount.c 71 new = realloc(extra->str, newlen + 1); /* +1 for NUL */
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));
  /system/extras/tests/sdcard/
stopwatch.cpp 156 mData = (Measurement *)realloc(mData, mCapacity * sizeof(Measurement));
  /system/media/audio_utils/
resampler.c 104 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf,
  /bootable/recovery/
recovery.c 519 dirs = realloc(dirs, d_alloc * sizeof(char*));
531 zips = realloc(zips, z_alloc * sizeof(char*));
544 zips = realloc(zips, z_alloc * sizeof(char*));
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 39 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
309 memory = (char *) realloc (result, allocated); \
1071 memory = (char *) realloc (result, length + 1);
  /external/chromium/net/socket_stream/
socket_stream.cc 43 void SocketStream::ResponseHeaders::Realloc(size_t new_size) {
44 headers_.reset(static_cast<char*>(realloc(headers_.release(), new_size)));
682 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 140 new_array = realloc(fd->harray,
229 new_mem = realloc(outdir->buf, blocks * fs->blocksize);
233 new_mem = realloc(outdir->hashes,
  /external/e2fsprogs/intl/
vasnprintf.c 41 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
199 memory = (CHAR_T *) realloc (result, memory_size); \
857 memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T));
  /external/icu4c/test/perf/collperf/
collperf.cpp 35 index = (int32_t *) realloc(index, sizeof(int32_t)); \
40 index = (int32_t *) realloc(index, sizeof(int32_t) * (count + 1)); \
42 data = (UNIT *) realloc(data, sizeof(UNIT) * index[count]); \
  /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 146 pdb-realloc.stderr.exp pdb-realloc.vgtest \
236 partial_load pdb-realloc pdb-realloc2 \
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
atom.c 57 #undef realloc macro
325 newmap = realloc(atable->amap, sizeof(int)*size);
326 newrev = realloc(atable->arev, sizeof(int)*size);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 778 /* If zero allocated, but buffer is non-null, try to realloc
    [all...]
  /bionic/libc/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/llvm/lib/Support/
regcomp.c 1047 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
1052 ptr = (uch *)realloc((char *)p->g->setbits, nbytes);
1180 np = realloc(cs->multis, cs->smultis);
1387 sp = (sop *)realloc(p->strip, size*sizeof(sop))
    [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...]

Completed in 1637 milliseconds

<<11121314151617181920>>