[plt-scheme] isolating memory leaks

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Mar 9 09:32:45 EST 2006

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



Posted on the users mailing list.