Home
last modified time | relevance | path

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

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c714 #define SEXP_CORE_TYPES_MAX 255 macro
724 struct sexp_stats_entry sexps[SEXP_CORE_TYPES_MAX+1];
754 if (tag > SEXP_CORE_TYPES_MAX) tag = SEXP_CORE_TYPES_MAX; in sexp_stats_callback()
777 for (i = 0; i <= SEXP_CORE_TYPES_MAX; i++) { in sexp_gc_heap_stats_print()