Home
last modified time | relevance | path

Searched refs:small_below (Results 1 – 2 of 2) sorted by relevance

/dports/lang/scheme48/scheme48-1.9.2/c/bibop/
H A Dgeneration_gc.c77 Area* small_below; member
102 if (creation_space.small_below != NULL) in recreate_creation_space()
103 s48_free_area(creation_space.small_below); in recreate_creation_space()
117 creation_space.small_below = NULL; in recreate_creation_space()
125 if (creation_space.small_below == NULL) { in recreate_creation_space()
129 creation_space.small = creation_space.small_below; in recreate_creation_space()
149 creation_space.small_below = NULL; in s48_initialize_bibop_heap()
245 FOR_ALL_AREAS(c->small_below, in calc_creation_space_size()
424 if (creation_space.small_below != NULL) { in init_areas()
426 creation_space.small_below->target_space = in init_areas()
[all …]
H A Dmeasure.ci306 hi->cs_small_below = get_areas_size(creation_space.small_below);
559 FOR_ALL_AREAS(creation_space.small_below, number += 1);