GC_deficit        416 gc/alloc.c     int GC_deficit = 0;	/* The number of extra calls to GC_mark_some	*/
GC_deficit        426 gc/alloc.c         	for (i = GC_deficit; i < GC_RATE*n; i++) {
GC_deficit        449 gc/alloc.c         	if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
GC_deficit        450 gc/alloc.c     	if (GC_deficit < 0) GC_deficit = 0;
GC_deficit        526 gc/alloc.c     		    GC_deficit = i; /* Give the mutator a chance. */