Fix previous change to make Fmemory_free always accurate.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Jul 2012 07:15:50 +0000 (11:15 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Jul 2012 07:15:50 +0000 (11:15 +0400)
* alloc.c (make_interval): Update total_free_intervals.
(make_float): Likewise for total_free_floats.
(free_cons, Fcons): Likewise for total_free_conses.
(SETUP_ON_FREE_LIST, allocate_vector_from_block):
Likewise for total_free_vector_bytes.
(Fmake_symbol): Likewise for total_free_symbols.
(bytes_free): Remove.


No differences found