* gc.c (SCM_INIT_HEAP_SIZE): Changed from 32768 --> 40000 so that
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 14 Mar 2000 09:02:51 +0000 (09:02 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 14 Mar 2000 09:02:51 +0000 (09:02 +0000)
commit945fec600466d1585f1c8918e8692cb2284e1263
tree9bc2db186512bdd691cca26ef6fdb6aec24f4afc
parent31ed4cff09335f52a9477f294a1349828087a735
* gc.c (SCM_INIT_HEAP_SIZE): Changed from 32768 --> 40000 so that
all of Guile basics fits into one segment and there suitable room
for work.
(SCM_EXPHEAP): Now takes an argument.  Grow by a factor of 1.5
instead of 2.
(scm_freelist, scm_freelist2): Now of type scm_freelist_t.
Freelists now contains information about object span, cells
collected and amount of cells in heap segments belonging to the
list.
(scm_heap_size, scm_gc_cells_collected): Removed.
libguile/gc.c