1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 12:30:32 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-04-09 01:03:51 +00:00
parent 2538a0f551
commit eebe98f0f3

View file

@ -1,5 +1,10 @@
2006-04-09 Kevin Ryde <user42@zip.com.au> 2006-04-09 Kevin Ryde <user42@zip.com.au>
* gc.c (scm_must_realloc): Actually resize down when requested, in
particular adjust scm_mallocated so that when bignums are trimmed by
scm_i_adjbig the net effect (after gc) on scm_mallocated is 0. Test
case in gc.test.
* ports.c (scm_remove_from_port_table): Report freed ptab entry size * ports.c (scm_remove_from_port_table): Report freed ptab entry size
with scm_done_free, matching scm_must_malloc in scm_add_to_port_table. with scm_done_free, matching scm_must_malloc in scm_add_to_port_table.