object_bytes     5782 src/alloc.c      tot += object_bytes (gcstat.total_conses, sizeof (struct Lisp_Cons));
object_bytes     5783 src/alloc.c      tot += object_bytes (gcstat.total_symbols, sizeof (struct Lisp_Symbol));
object_bytes     5785 src/alloc.c      tot += object_bytes (gcstat.total_vector_slots, word_size);
object_bytes     5786 src/alloc.c      tot += object_bytes (gcstat.total_floats, sizeof (struct Lisp_Float));
object_bytes     5787 src/alloc.c      tot += object_bytes (gcstat.total_intervals, sizeof (struct interval));
object_bytes     5788 src/alloc.c      tot += object_bytes (gcstat.total_strings, sizeof (struct Lisp_String));