Home
last modified time | relevance | path

Searched refs:ggc_realloc (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/gcc/
HDggc.h215 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO) macro
234 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
HDvarray.c163 va = ggc_realloc (va, VARRAY_HDR_SIZE + data_size); in varray_grow()
HDintegrate.c250 ivs->entries = ggc_realloc (ivs->entries, in get_hard_reg_initial_val()
HDdwarf2out.c2566 fde_table = ggc_realloc (fde_table, in dwarf2out_begin_prologue()
6572 abbrev_die_table = ggc_realloc (abbrev_die_table, in build_abbrev_table()
7448 arange_table = ggc_realloc (arange_table, in add_arange()
7554 = ggc_realloc (ranges_table, (ranges_table_allocated in add_ranges()
13861 = ggc_realloc (separate_line_info_table, in dwarf2out_source_line()
13890 = ggc_realloc (line_info_table, in dwarf2out_source_line()
HDemit-rtl.c799 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2); in gen_reg_rtx()
803 new1 = ggc_realloc (f->emit->x_regno_reg_rtx, in gen_reg_rtx()
HDdbxout.c1698 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0])); in dbxout_type()
HDexcept.c3226 data = ggc_realloc (data, sizeof (*data) * size); in add_call_site()
HDChangeLog-20022412 (ggc_realloc): Update valgrind annotations.
18333 * ggc-common.c (ggc_realloc): Handle X being NULL.
18335 * ggc-common.c (ggc_realloc): New function.
HDChangeLog-200439593 ggc_realloc, ggc_alloc_typed): ... this one.
39601 ggc_realloc, ggc_alloc_typed): Turn to macros
44777 * ggc-common.c (ggc_realloc): Use it.
HDChangeLog.tree-ssa1733 * tree-phinodes.c (resize_phi_node): Do not use ggc_realloc to
/NextBSD/contrib/gcc/cp/
HDChangeLog3756 ggc_realloc.