* gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Thu, 27 Jan 2005 22:19:49 +0000 (22:19 +0000)
committerHan-Wen Nienhuys <hanwen@lilypond.org>
Thu, 27 Jan 2005 22:19:49 +0000 (22:19 +0000)
commit1367aa5e91ec53a0a251d8a5852294c3f6d581ef
treeab166b16fa23aaa61e5f2e6c7a0b0c21627d81e7
parent4d38e6f0e312f82f2dab72e43ca52ff1ff7a5b91
* gc.c (s_scm_gc_live_object_stats): return alist, not hashtable.

* gc-segment.c (scm_i_all_segments_statistics): new function.
(scm_i_heap_segment_statistics): new function

* gc.c (s_scm_gc_live_object_stats): new GUILE callable: return
statistics on the number of live objects of each type.

* gc-card.c (scm_i_tag_name):  new function.
(scm_i_card_statistics): new function.
NEWS
libguile/ChangeLog
libguile/gc-card.c
libguile/gc-segment.c
libguile/gc.c
libguile/gc.h
libguile/private-gc.h