Home
last modified time | relevance | path

Searched refs:s48_gc_count (Results 1 – 8 of 8) sorted by relevance

/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dscheme48heap.h70 extern long s48_gc_count(void);
H A Dscheme48-twospace-heap-32.c33 long s48_gc_count(void);
630 long s48_gc_count(void) in s48_gc_count() function
H A Dscheme48-twospace-heap-64.c33 long s48_gc_count(void);
630 long s48_gc_count(void) in s48_gc_count() function
H A Dscheme48vm-64.c12735 x_1620X = s48_gc_count(); in s48_restart()
H A Dscheme48vm-32.c12735 x_1620X = s48_gc_count(); in s48_restart()
/dports/lang/scheme48/scheme48-1.9.2/c/bibop/
H A Dgeneration_gc.h19 extern long s48_gc_count(void);
H A Dgeneration_gc.c414 if (s48_gc_count() == 0) { in init_areas()
526 …current_target = (s48_gc_count() == 0) ? creation_space_target_small_below_generation_index : curr… in init_areas()
632 long s48_gc_count() { in s48_gc_count() function
1476 if (s48_gc_count() == 0) { in s48_make_availableAgc()
H A Dmeasure.ci305 hi->gc_nr = s48_gc_count();
625 gc_nr = s48_gc_count();
678 display_number(5, s48_gc_count() );