X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fgc-common.c;h=891d7179cd91039905fffa984329fefc1eeb09a1;hb=310d5f86d736ecf9525711b087b04797c549879c;hp=147b2f332f89b7f7c05a6f64af57a61b655bf013;hpb=2db3b6b4cb740d5b6512459c223859f747807b09;p=sbcl.git diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c index 147b2f3..891d717 100644 --- a/src/runtime/gc-common.c +++ b/src/runtime/gc-common.c @@ -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 = 12*1024*1024; + + /* * copying objects */