mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
6 lines
124 B
Text
6 lines
124 B
Text
|
|
(module (chibi heap-stats)
|
|
(export heap-stats heap-dump)
|
|
(import-immutable (scheme))
|
|
(include-shared "heap-stats"))
|
|
|