Re: [fpc-pascal]Profiling and memory leaks

2003-02-08 Thread Marco van de Voort
> Do you know of any tools I can use to check for memory leaks on my code? > > I'm using FPC 1.1 snapshots under Win2k. Compile using -gh, and check the output after termination. It will give the unitname and line where the memory was allocated. There are only a few gotcha's (sometimes memory a

[fpc-pascal]Profiling and memory leaks

2003-02-08 Thread Iván Montes
Hi, Do you know of any tools I can use to check for memory leaks on my code? I'm using FPC 1.1 snapshots under Win2k. cheers, Ivan ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal