* alloc.c: Use EMACS_INT, not int, to count objects.
commitc0c5c8ae3686b2fced5aed6e2e15d8222382c4b7
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:43:44 +0000 (8 11:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 Jun 2011 18:43:44 +0000 (8 11:43 -0700)
tree013cc03b12f61806cee56f9b96b5b1acd95179cb
parentb643996157ced5daf45752d37ac5bee3a4f4389f
* alloc.c: Use EMACS_INT, not int, to count objects.

(total_conses, total_markers, total_symbols, total_vector_size)
(total_free_conses, total_free_markers, total_free_symbols)
(total_free_floats, total_floats, total_free_intervals, total_intervals)
(total_strings, total_free_strings):
Now EMACS_INT, not int.  All uses changed.
(Fgarbage_collect): Compute overall total using a double, so that
integer overflow is less likely to be a problem.  Check for overflow
when converting back to an integer.
src/ChangeLog
src/alloc.c