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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libanl.a 49   ?'?0t???(-@0_s???????-9FSjrequestsrequests_tailfree_respool_max_sizepoolfreelistnthreadsidle_thread_counthandle_requestspool_size__PRETTY_FUNCTION__.11475__PRETTY_FUNCTION__.11497__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_exitL3L?T?T?L?
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 354 TextureRec* newTextures = (TextureRec*)realloc(m_tex.textures,
  /system/core/toolbox/
schedtop.c 58 new_table = realloc(table->data, size * sizeof(*table->data));
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 280 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
294 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
533 testLocale=(char*)realloc(testLocale, sizeof(char) * (u_strlen(dataTable[NAME][i])+1));
539 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
547 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c 281 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
295 temp=(char*)realloc(temp, sizeof(char) * (cap+1));
535 testLocale=(char*)realloc(testLocale, sizeof(char) * (u_strlen(dataTable[NAME][i])+1));
541 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
549 expected=(UChar*)realloc(expected, sizeof(UChar) * (strlen(temp) + 1));
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 168 unsigned char* newStorage = realloc(pBuf->storage, newSize);
170 fprintf(stderr, "ERROR: realloc failed on size=%d\n", newSize);
  /external/bison/lib/
ebitset.c 153 = realloc (EBITSET_ELTS (src), size * sizeof (ebitset_elt *));
167 = realloc (EBITSET_ELTS (src), newsize * sizeof (ebitset_elt *));
vbitset.c 86 = realloc (VBITSET_WORDS (src), size * sizeof (bitset_word));
101 = realloc (VBITSET_WORDS (src), newsize * sizeof (bitset_word));
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 361 char* value = (char*)realloc(p->value, new_bytes);
371 else bdle("realloc failed, old_bytes:%d, grow:%d, total:%d", p->bytes, grow, p->bytes + grow);
  /external/chromium/base/
process_util_unittest.cc 754 TEST_F(OutOfMemoryDeathTest, Realloc) {
757 value_ = realloc(NULL, test_size_);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc 202 new_buffer = reinterpret_cast<char *>(realloc(buffer, nbytes));
204 sb->Printf("EnumerateNames: out of memory during realloc\n");
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.cc 104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0]));
105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 335 /* realloc */
338 fprintf(stderr, "Could not realloc the mapping data!\n");
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.1.html 228 <li>i965: Fix dead pointers to fp-&gt;Parameters-&gt;ParameterValues[] after realloc.</li>
328 <li>glsl: Use reralloc instead of plain realloc.</li>
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c 287 csc->relocs_bo = (struct radeon_bo**)realloc(csc->relocs_bo, size);
290 csc->relocs = (struct drm_radeon_cs_reloc*)realloc(csc->relocs, size);

Completed in 735 milliseconds

<<31323334353637383940>>