[Lazarus] Is this a bug?
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Jun 16 10:47:16 CEST 2017
On Fri, 16 Jun 2017 20:36:54 +1200
Wolf via Lazarus <lazarus at lists.lazarus-ide.org> wrote:
> Now I am nicely confused: If halt does call finalization sections, isn't
> then all heap space requested by the system unit supposed to be freed as
> well?
The system unit is special. It is loaded even before the heap manager
is initialized. Heaptrc does not report memory of the system unit.
Heaptrc reports allocations after its initialization, which is
usually right after the system unit.
Mattias
More information about the Lazarus
mailing list