Home
last modified time | relevance | path

Searched refs:s48_walk_heap (Results 1 – 4 of 4) sorted by relevance

/dports/lang/scheme48/scheme48-1.9.2/c/bibop/
H A Dgeneration_gc.h48 extern void s48_walk_heap(void (*do_part)(s48_address, s48_address));
H A Dcheck_heap.c88 s48_walk_heap(&check_area); in s48_check_heap()
H A Dfind_all.c129 s48_walk_heap(&find_iterator_scan); in find_iterator()
H A Dgeneration_gc.c268 s48_walk_heap(&heap_size_step); in s48_heap_live_size()
1686 void s48_walk_heap(void (*do_part)(s48_address, s48_address)) { in s48_walk_heap() function