GC_large_allocd_bytes  606 gc/allchblk.c  		    if (!GC_enough_large_bytes_left(GC_large_allocd_bytes, n)) {
GC_large_allocd_bytes   68 gc/malloc.c    	    GC_large_allocd_bytes += total_bytes;
GC_large_allocd_bytes   69 gc/malloc.c    	    if (GC_large_allocd_bytes > GC_max_large_allocd_bytes)
GC_large_allocd_bytes   70 gc/malloc.c    	        GC_max_large_allocd_bytes = GC_large_allocd_bytes;
GC_large_allocd_bytes  775 gc/reclaim.c   	        GC_large_allocd_bytes -= blocks * HBLKSIZE;