0.8alpha.0.14
[sbcl.git] / src / runtime / gc-common.c
index 147b2f3..357ad77 100644 (file)
@@ -99,6 +99,9 @@ lispobj (*transother[256])(lispobj object);
 int (*sizetab[256])(lispobj *where);
 struct weak_pointer *weak_pointers;
 
+unsigned long bytes_consed_between_gcs = 4*1024*1024;
+
+
 /*
  * copying objects
  */