Re: [fpc-pascal] Question on how to avoid memory trouble

2007-02-12 Thread George Lober
Jonas Maebe wrote: On 12 Feb 2007, at 20:27, George Lober wrote: One nice side benefit of FastMM is that it automatically lets you know of memory leaks with no fuss and bother on the programmers part. FPC has support for that built in. Just compile your application with -ghl (that also

Re: [fpc-pascal] Question on how to avoid memory trouble

2007-02-12 Thread George Lober
Florian Klaempfl wrote: Helmut Hartl schrieb: > >FastMM is open source, has anyone ported it to FPC? > > There are users that have got FastMM working with FPC. But > it is not needed. The standard FPC heap manager is for > single-threaded applications as fast as FastMM. A little bit