[fpc-pascal] heaptrc unit troubles with New() & Dispose() calls

Jonas Maebe jonas at freepascal.org
Sun Dec 27 17:00:51 CET 2020


On 13/12/2020 22:50, Graeme Geldenhuys via fpc-pascal wrote:
> Are there any known issues with heaptrc unit via compiler parameters
> -gl -gh, when using New() and Dispose() to manually allocate and free
> memory.

No. New and Dispose eventually result in calls to plain getmem/freemem
anyway.


Jonas


More information about the fpc-pascal mailing list