fixes on analyses to compile the eyetracking benchmark
[IRC.git] / Robust / src / Runtime / mem.c
index d7eda8eeaf171372d03cf1e4b72b54a37905b8e9..80caa39228eeeab4645cdfd751faae86188eadcd 100644 (file)
@@ -35,7 +35,7 @@ void * mycalloc_share(struct garbagelist * stackptr, int size) {
       return p;
     
     // no more global shared memory
-    if(hasgc < 5) {
+    if(hasgc < 30) {
       // start gc
       if(gcflag) {
        gc(stackptr);