Home
last modified time | relevance | path

Searched refs:scm_i_gc_grow_heap_p (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc-freelist.c195 scm_i_gc_grow_heap_p (scm_t_cell_type_statistics * freelist) in scm_i_gc_grow_heap_p() function
H A Dprivate-gc.h127 int scm_i_gc_grow_heap_p (scm_t_cell_type_statistics * freelist);
H A Dgc.c488 if (*free_cells == SCM_EOL && scm_i_gc_grow_heap_p (freelist)) in scm_gc_for_newcell()