GC_max_large_allocd_bytes   66 gc/allchblk.c  	if (bytes > GC_max_large_allocd_bytes) return TRUE;
GC_max_large_allocd_bytes   69 gc/malloc.c    	    if (GC_large_allocd_bytes > GC_max_large_allocd_bytes)
GC_max_large_allocd_bytes   70 gc/malloc.c    	        GC_max_large_allocd_bytes = GC_large_allocd_bytes;