total             289 gc/blacklst.c      word total = 0;
total             296 gc/blacklst.c      	total += GC_number_stack_black_listed(start, endp1);
total             298 gc/blacklst.c      return(total * HBLKSIZE);
total              46 gc/mark_rts.c      size_t total = 0;
total              57 gc/mark_rts.c          total += GC_static_roots[i].r_end - GC_static_roots[i].r_start;
total              59 gc/mark_rts.c      GC_printf1("Total size: %ld\n", (unsigned long) total);
total              60 gc/mark_rts.c      if (GC_root_size != total) {