chibi-scheme/lib/chibi/heap-stats.module
2010-06-22 22:48:09 +09:00

6 lines
131 B
Text

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