total_bytes        66 gc/malloc.c    	int total_bytes = n_blocks * HBLKSIZE;
total_bytes        68 gc/malloc.c    	    GC_large_allocd_bytes += total_bytes;
total_bytes        73 gc/malloc.c    	GC_words_wasted += BYTES_TO_WORDS(total_bytes) - lw;
total_bytes       814 gc/reclaim.c   	size_t total_bytes;
total_bytes       883 gc/reclaim.c       ps->total_bytes += bytes;
total_bytes       893 gc/reclaim.c       pstats.total_bytes = 0;
total_bytes       897 gc/reclaim.c       	       (unsigned long)pstats.total_bytes);