<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>thanks for the reply, but it doesn't really explain why this error is suddenly occurring. I am working on a layout manager to control pages within a form. when the first page is added to the first manager no problem. a second page to the first manager no problem. a second page to the second manager the error occurs and continues to grow with each page added. there is no difference code wise just different managers  </span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Jonas Maebe <jonas.maebe@elis.ugent.be><br> <b><span style="font-weight:
 bold;">To:</span></b> Carver Carver <carver413@yahoo.com>; FPC-Pascal users discussions <fpc-pascal@lists.freepascal.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, April 27, 2012 9:53 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [fpc-pascal] heaptrc question<br> </font> </div> <br><br>On 27 Apr 2012, at 17:50, Carver Carver wrote:<br><br>> I am experiencing strange heaptrc output can someone please explain what sort of error could trigger this<br>> <br>> Heap dump by heaptrc unit<br>> 6590 memory blocks allocated : 6484894/6508528<br>> 6590 memory blocks freed     : 6484894/6508528<br>> 0 unfreed memory blocks : 0<br>> True heap size : 229376<br>> True free heap : 282512<br>> Should be : 229376<br><br>Unless heap trace reports that there are unfreed blocks, there is no error. The fact that the other numbers don't match up exactly is due to allocations that
 occur before the heaptrc unit is initialized (e.g., in the startup code of the system unit).<br><br><br>Jonas_______________________________________________<br>fpc-pascal maillist  -  <a ymailto="mailto:fpc-pascal@lists.freepascal.org" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br><br><br> </div> </div>  </div></body></html>