chibi-scheme/lib/chibi/heap-stats.module
2011-04-08 01:12:13 +09:00

6 lines
124 B
Text

(module (chibi heap-stats)
(export heap-stats heap-dump)
(import-immutable (scheme))
(include-shared "heap-stats"))