From: | Allan Odgaard |
Date: | 31 Aug 2000 at 21:17:04 |
Subject: | Re: Debugging |
On 31-Aug-00, Martyn Capewell wrote:
> 1) What programs/techniques are available to monitor memory
> allocation/deallocation? [...]
As suggested the StormC debugger is quite good here, not only will it
tell you all the missing FreeMem's, but you can doubleclick them, and
the cursor will be moved to where in the source the allocation happend
-- assuming that AllocMem wasn't called indirectly e.g. by opening a
library or similar...
Regards Allan