GC_max_heapsize   888 gc/alloc.c         GC_max_heapsize = n;
GC_max_heapsize   917 gc/alloc.c         if (GC_max_heapsize != 0 && GC_heapsize + bytes > GC_max_heapsize) {