chibi-scheme/lib/chibi/heap-stats.module
2010-09-18 14:50:24 +09:00

6 lines
131 B
Text

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