Home
last modified time | relevance | path

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

/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c716 struct sexp_stats_entry { struct
724 struct sexp_stats_entry sexps[SEXP_CORE_TYPES_MAX+1]; argument
725 struct sexp_stats_entry heaps;
726 struct sexp_stats_entry frees;
730 static void sexp_stats_entry_set(struct sexp_stats_entry *entry, size_t value) { in sexp_stats_entry_set()