[Lazarus] Finding memory leaks

Michael Van Canneyt michael at freepascal.org
Mon Oct 26 00:23:50 CET 2015



On Sun, 25 Oct 2015, Aradeonas wrote:

>> Use another memory manager (?)
>
> Can you explain more or give an example?

For example:
Just add cmem as the first unit in the uses clause, and you will be using the C memory manager.
It uses different algorithms.

You can write your own. But that is harder.

Michael.




More information about the Lazarus mailing list