Searched refs:set_gc_actions (Results 1 – 1 of 1) sorted by relevance
/dports/lang/scheme48/scheme48-1.9.2/c/bibop/ |
H A D | generation_gc.c | 339 static void set_gc_actions(Space* space, gc_action_t small, in set_gc_actions() function 551 set_gc_actions(generations[i].other_space, GC_ACTION_COPY_SMALL, in init_areas() 554 set_gc_actions(generations[i].current_space, GC_ACTION_IGNORE, in init_areas() 569 set_gc_actions(generations[i].other_space, GC_ACTION_ERROR, in init_areas() 572 set_gc_actions(generations[i].current_space, GC_ACTION_IGNORE, in init_areas()
|