Hi, I made an application and I included the heaprace unit (compiled with -gh) to check for memoryleaks. Depending on how long it runs I get more blocks allocated and freed. Should I worry about this ? Or is it just a kind of counter for each allocation and freeing during the run of the program ? Regards, Koenraad Lelong. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
- [fpc-pascal] Heaptrc question Koenraad Lelong
- Re: [fpc-pascal] Heaptrc question Jonas Maebe