Skip to content
Snippets Groups Projects
Commit 57a43691 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

oops, bugfix

Rev: src/gc.c:1.83
parent 79fa3ebd
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ struct callback *gc_evaluator_callback=0; ...@@ -29,7 +29,7 @@ struct callback *gc_evaluator_callback=0;
#include "block_alloc.h" #include "block_alloc.h"
RCSID("$Id: gc.c,v 1.82 2000/04/27 02:13:28 hubbe Exp $"); RCSID("$Id: gc.c,v 1.83 2000/04/28 05:40:59 hubbe Exp $");
/* Run garbage collect approximate every time we have /* Run garbage collect approximate every time we have
* 20 percent of all arrays, objects and programs is * 20 percent of all arrays, objects and programs is
...@@ -314,7 +314,9 @@ void describe_location(void *real_memblock, ...@@ -314,7 +314,9 @@ void describe_location(void *real_memblock,
} }
} }
#ifdef DEBUG_MALLOC
dmalloc_describe_location(memblock, location, indent); dmalloc_describe_location(memblock, location, indent);
#endif
} }
static void gdb_gc_stop_here(void *a) static void gdb_gc_stop_here(void *a)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment