[fpc-pascal]Memory Usage

Jonas Maebe jonas at zeus.ugent.be
Mon May 12 10:58:03 CEST 2003


On maandag, mei 12, 2003, at 10:57 Europe/Brussels, James Mills wrote:

>> Try compiling with -ghl to check for memory leaks.
>
> I have. I do not fully understand the output though when the program
> exits. Still reading the documentation on the heaprtl

It gives you a list of memory blocks that you allocated but never 
released, along with a backtrace that shows where those blocks were 
allocated.


Jonas





More information about the fpc-pascal mailing list