GC_full_freq       68 gc/alloc.c     int GC_full_freq = 19;	   /* Every 20th collection is a full	*/
GC_full_freq      282 gc/alloc.c     	  if (GC_need_full_gc || n_partial_gcs >= GC_full_freq) {
GC_full_freq      165 gc/include/gc.h GC_API int GC_full_freq;    /* Number of partial collections between	*/