#include "config.h"#include "system.h"#include "coretypes.h"#include "ggc.h"

Go to the source code of this file.
Functions/Subroutines | |
| void * | ggc_alloc_typed_stat (enum gt_types_enum ARG_UNUSED(gte), size_t size MEM_STAT_DECL) |
| void * | ggc_alloc_stat (size_t size MEM_STAT_DECL) |
| void * | ggc_alloc_zone_stat (size_t size, struct alloc_zone *ARG_UNUSED(zone) MEM_STAT_DECL) |
| void * | ggc_alloc_cleared_stat (size_t size MEM_STAT_DECL) |
| void * | ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) |
| void | ggc_free (void *p) |
Variables | |
| struct alloc_zone * | rtl_zone = NULL |
| struct alloc_zone * | garbage_zone = NULL |
Definition at line 47 of file ggc-none.c.
References size, and xmalloc().
Referenced by ggc_alloc_cleared_stat(), ggc_alloc_typed_stat(), ggc_alloc_zone_stat(), and ggc_realloc_stat().
| void* ggc_alloc_typed_stat | ( | enum gt_types_enum | ARG_UNUSEDgte, | |
| size_t size | MEM_STAT_DECL | |||
| ) |
Definition at line 40 of file ggc-none.c.
References size, and xmalloc().
Referenced by rtx_alloc_stat(), and shallow_copy_rtx_stat().
| void* ggc_alloc_zone_stat | ( | size_t | size, | |
| struct alloc_zone *ARG_UNUSED(zone) | MEM_STAT_DECL | |||
| ) |
Definition at line 53 of file ggc-none.c.
References xmalloc().
Referenced by build1_stat(), copy_node_stat(), make_node_stat(), make_tree_binfo_stat(), make_tree_vec_stat(), and tree_cons_stat().
Definition at line 72 of file ggc-none.c.
Referenced by add_stmt_to_eh_region_fn(), check_format_info_main(), cp_lexer_destroy(), delete_tree_ssa(), duplicate_decls(), end_alias_analysis(), execute_free_cfg_annotations(), fini_ssa_operands(), fini_ssanames(), free_defs(), free_df_for_stmt(), free_edge(), free_uses(), free_v_may_defs(), free_v_must_defs(), free_vuses(), ggc_realloc_stat(), GTY(), lower_eh_constructs(), poplevel_class(), solaris_insert_attributes(), and vec_gc_free().
| struct alloc_zone* garbage_zone = NULL |
Definition at line 37 of file ggc-none.c.
| struct alloc_zone* rtl_zone = NULL |
Definition at line 36 of file ggc-none.c.
Referenced by create_block_symbol(), ggc_alloc_typed_stat(), init_ggc(), rtx_alloc_stat(), and shallow_copy_rtx_stat().
1.5.6