object_bytes 6049 src/alloc.c tot += object_bytes (gcstat.total_conses, sizeof (struct Lisp_Cons)); object_bytes 6050 src/alloc.c tot += object_bytes (gcstat.total_symbols, sizeof (struct Lisp_Symbol)); object_bytes 6052 src/alloc.c tot += object_bytes (gcstat.total_vector_slots, word_size); object_bytes 6053 src/alloc.c tot += object_bytes (gcstat.total_floats, sizeof (struct Lisp_Float)); object_bytes 6054 src/alloc.c tot += object_bytes (gcstat.total_intervals, sizeof (struct interval)); object_bytes 6055 src/alloc.c tot += object_bytes (gcstat.total_strings, sizeof (struct Lisp_String));