GCC Middle and Back End API Reference
|
Functions | |
size_t | ggc_round_alloc_size () |
void * | ggc_internal_alloc_stat () |
void * | ggc_internal_cleared_alloc_stat () |
void * | ggc_realloc_stat () |
void | ggc_free () |
void ggc_free | ( | ) |
References free().
Referenced by add_stmt_to_eh_lp_fn(), add_var_loc_to_decl(), cgraph_free_edge(), cgraph_make_edge_direct(), del_scev_info(), do_per_function_toporder(), expand_block_edges(), fini_ssa_operands(), flow_loop_free(), free_edge(), free_numbers_of_iterations_estimates_loop(), free_simple_loop_desc(), general_init(), ggc_realloc_stat(), gimplify_assign(), gimplify_decl_expr(), gimplify_init_ctor_eval(), gimplify_target_expr(), init_tree_optimization_optabs(), internal_get_tmp_var(), loop_exit_free(), loop_optimizer_finalize(), lto_delete_in_decl_state(), va_gc::release(), release_function_body(), odr_hasher::remove(), va_gc::reserve(), split_bb_make_tm_edge(), tree_add_const_value_attribute(), and varpool_remove_node().
void* ggc_internal_alloc_stat | ( | ) |
void* ggc_internal_cleared_alloc_stat | ( | ) |
void* ggc_realloc_stat | ( | ) |
size_t ggc_round_alloc_size | ( | ) |
Null garbage collection for the GNU compiler. Copyright (C) 1998-2013 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>.
This version is used by the gen* programs and certain language-specific targets (such as java), where we don't really need GC at all. This prevents problems with pulling in all the tree stuff.
For a given size of memory requested for allocation, return the actual size that is going to be allocated.
Referenced by general_init(), and va_gc::reserve().