summaryrefslogtreecommitdiff
path: root/boehm-gc/alloc.c
diff options
context:
space:
mode:
authorHans Boehm <Hans_Boehm@hp.com>2004-08-28 00:41:41 +0000
committerHans Boehm <hboehm@gcc.gnu.org>2004-08-28 00:41:41 +0000
commit3c1cbf58a609a29362ed15c322d588797f3f4cc5 (patch)
tree1700d39f175d8dd7078f737fd9bd0459c9a9f3f6 /boehm-gc/alloc.c
parent5dc50f2714548eae49af060e8e03414ed94dcf0c (diff)
downloadgcc-3c1cbf58a609a29362ed15c322d588797f3f4cc5.tar.gz
backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_back_graph.
* backgraph.c, gc_priv.h (GC_traverse_back_graph, GC_print_back_graph_stats): split GC_traverse_back_graph. * backgraph.c: Dynamically grow in_progress_space. * finalize.c (GC_notify_or_invoke_finalizers): also call GC_print_back_graph_stats. * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc, GC_print_back_height): Move delarations to header file. * configure.ac: rename --enable-full-debug to --enable-gc-debug. * configure: Regenerate. From-SVN: r86685
Diffstat (limited to 'boehm-gc/alloc.c')
-rw-r--r--boehm-gc/alloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boehm-gc/alloc.c b/boehm-gc/alloc.c
index 1ac6ff8111f..45c71d3fd06 100644
--- a/boehm-gc/alloc.c
+++ b/boehm-gc/alloc.c
@@ -104,8 +104,6 @@ word GC_free_space_divisor = 3;
extern GC_bool GC_collection_in_progress();
/* Collection is in progress, or was abandoned. */
-extern GC_bool GC_print_back_height;
-
int GC_never_stop_func GC_PROTO((void)) { return(0); }
unsigned long GC_time_limit = TIME_LIMIT;