GCC Middle and Back End API Reference
ggc-none.c File Reference
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "ggc.h"
Include dependency graph for ggc-none.c:

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 ()

Function Documentation

void* ggc_internal_alloc_stat ( )

Referenced by ggc_mark_roots().

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.