[plt-scheme] Memory leak, correction

From: Zach Buckner (buckner at virginia.edu)
Date: Mon Dec 2 13:53:05 EST 2002

Sorry, I now see what's happening:

A) I accidently have profiling enabled... I though this was off

B) Dr Scheme dynamically allocates memory via the operating system, but
(even though it's getting 'collected' internally), Dr. Scheme never seems to
relinquish its heap back to the OS, until I exit Dr.Scheme

-Zach




Posted on the users mailing list.