Searched refs:ggc_realloc (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ggc-none.c | 44 ggc_realloc (x, size) in ggc_realloc() function
|
| D | varray.c | 98 va = (varray_type) ggc_realloc (va, VARRAY_HDR_SIZE + data_size);
|
| D | ggc.h | 101 extern void *ggc_realloc PARAMS ((void *, size_t));
|
| D | ggc-common.c | 157 ggc_realloc (x, size) in ggc_realloc() function
|
| D | emit-rtl.c | 824 new = ggc_realloc (f->emit->regno_pointer_align, old_size * 2); 828 new1 = (rtx *) ggc_realloc (f->emit->x_regno_reg_rtx, 833 new2 = (tree *) ggc_realloc (f->emit->regno_decl,
|
| D | integrate.c | 3124 (initial_value_pair *) ggc_realloc (ivs->entries,
|
| D | except.c | 3339 ggc_realloc (data, sizeof (*data) * size);
|
| D | function.c | 5007 new = (rtx *) ggc_realloc (parm_reg_stack_loc,
|
| D | ChangeLog.7 | 3886 * ggc-common.c (ggc_realloc): Handle X being NULL. 3888 * ggc-common.c (ggc_realloc): New function.
|
| D | ChangeLog | 9184 (ggc_realloc): Update valgrind annotations.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | 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)))
|
| D | varray.c | 163 va = ggc_realloc (va, VARRAY_HDR_SIZE + data_size); in varray_grow()
|
| D | integrate.c | 250 ivs->entries = ggc_realloc (ivs->entries, in get_hard_reg_initial_val()
|
| D | dwarf2out.c | 2562 fde_table = ggc_realloc (fde_table, in dwarf2out_begin_prologue() 6564 abbrev_die_table = ggc_realloc (abbrev_die_table, in build_abbrev_table() 7342 = ggc_realloc (pubname_table, in add_pubname() 7402 arange_table = ggc_realloc (arange_table, in add_arange() 7508 = ggc_realloc (ranges_table, (ranges_table_allocated in add_ranges() 13720 = ggc_realloc (separate_line_info_table, in dwarf2out_source_line() 13749 = ggc_realloc (line_info_table, in dwarf2out_source_line()
|
| D | 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()
|
| D | dbxout.c | 1698 = ggc_realloc (typevec, (typevec_len * 2 * sizeof typevec[0])); in dbxout_type()
|
| D | except.c | 3226 data = ggc_realloc (data, sizeof (*data) * size); in add_call_site()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa.c | 4826 ggc_realloc (deferred_plabels,
|
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa.c | 5313 ggc_realloc (deferred_plabels, in get_deferred_plabel()
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog | 3687 ggc_realloc.
|