chibi-scheme/lib/chibi/heap-stats.module
2010-07-14 11:41:03 +00:00

6 lines
131 B
Text

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