[plt-scheme] isolating memory leaks
At Thu, 09 Mar 2006 07:21:34 -0700, Chongkai Zhu wrote:
> MzScheme3m.
Also, if you build from source and configure with --enable-compact,
then `(dump-memory-stats)' in MzScheme3m provides potentially useful
information about what kinds of objects are allocated.
And if you configure with --enable-backtrace, then `(dump-memory-stats
'<type>)' can also show a reachability path for each allocated <type>
object. (See the end of the output for `(dump-memory-stats)' for more
usage information.)
Matthew