Searched refs:ggc_realloc (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | ggc.h | 215 #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)))
|
| HD | varray.c | 163 va = ggc_realloc (va, VARRAY_HDR_SIZE + data_size); in varray_grow()
|
| HD | integrate.c | 250 ivs->entries = ggc_realloc (ivs->entries, in get_hard_reg_initial_val()
|
| HD | dwarf2out.c | 2566 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()
|
| HD | emit-rtl.c | 799 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()
|
| HD | dbxout.c | 1698 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0])); in dbxout_type()
|
| HD | except.c | 3226 data = ggc_realloc (data, sizeof (*data) * size); in add_call_site()
|
| HD | ChangeLog-2002 | 2412 (ggc_realloc): Update valgrind annotations. 18333 * ggc-common.c (ggc_realloc): Handle X being NULL. 18335 * ggc-common.c (ggc_realloc): New function.
|
| HD | ChangeLog-2004 | 39593 ggc_realloc, ggc_alloc_typed): ... this one. 39601 ggc_realloc, ggc_alloc_typed): Turn to macros 44777 * ggc-common.c (ggc_realloc): Use it.
|
| HD | ChangeLog.tree-ssa | 1733 * tree-phinodes.c (resize_phi_node): Do not use ggc_realloc to
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog | 3756 ggc_realloc.
|