Searched refs:realloc (Results 401 - 425 of 606) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c62 static mem_track_realloc_func g_realloc = realloc;
/external/libxml2/
H A Dtimsort.h323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE));
/external/mesa3d/src/glsl/
H A Dralloc.c137 info = realloc(old, size + sizeof(ralloc_header));
/external/openssl/crypto/
H A Dcrypto.h337 malloc, realloc, free)
/external/openssl/crypto/rand/
H A Drand_win.c304 buf = realloc(buf,bufsz+8192);
/external/openssl/include/openssl/
H A Dcrypto.h337 malloc, realloc, free)
/external/qemu/android/skin/
H A Dkeyset.c367 SkinKeyItem* new_items = realloc( kset->items, new_size*sizeof(SkinKeyItem) );
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h174 #define SDL_realloc realloc
/external/qemu/telephony/
H A Dgsm.c294 new_data = realloc( old_data, new_max );
/external/valgrind/main/callgrind/
H A Dcallstack.c100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1",
/external/bison/lib/
H A Debitset.c153 = realloc (EBITSET_ELTS (src), size * sizeof (ebitset_elt *));
167 = realloc (EBITSET_ELTS (src), newsize * sizeof (ebitset_elt *));
H A Dvbitset.c86 = realloc (VBITSET_WORDS (src), size * sizeof (bitset_word));
101 = realloc (VBITSET_WORDS (src), newsize * sizeof (bitset_word));
/external/checkpolicy/
H A Dmodule_compiler.c704 ebitmap_t *new_map = realloc(scope->class_perms_map,
1502 realloc(dest_scope->class_perms_map,
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd121 # fast resize/realloc
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer.cc104 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/mesa/src/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c123 t->labels = realloc(t->labels, t->labels_size * sizeof t->labels[0]);
148 t->insn = realloc(t->insn, t->insn_size * sizeof t->insn[0]);
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c339 zLine = realloc(zLine, nLine);
359 zLine = realloc( zLine, n+1 );
898 zIn = (char *)realloc(zIn, len);
2449 zSql = realloc( zSql, nSql + len + 4 );
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dresampler.cc1012 out_buffer_ = (int16_t*)realloc(out_buffer_, sizeNeeded * sizeof(int16_t));
1026 in_buffer_ = (int16_t*)realloc(in_buffer_,
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc104 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/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y525 n = realloc(pbuf, tlen);
/external/ipsec-tools/src/racoon/
H A Deaytest.c551 p = (char **)realloc(certs, (n + 1) * sizeof(certs));
553 err(1, "realloc");
576 p = (char **)realloc(certs, (n + 1) * sizeof(certs));
578 err(1, "realloc");
/external/libsepol/src/
H A Dmodule.c257 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) {
290 (char *)realloc(base->netfilter_contexts, base_nc_len)) == NULL) {
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c331 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->size);
345 tab->tab = realloc (tab->tab, sizeof (struct table_entry) * tab->length);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c123 t->labels = realloc(t->labels, t->labels_size * sizeof t->labels[0]);
148 t->insn = realloc(t->insn, t->insn_size * sizeof t->insn[0]);
/external/valgrind/main/massif/tests/
H A Dpeak2.stderr.exp10 Massif: realloc

Completed in 922 milliseconds

<<11121314151617181920>>