Re: [fpc-pascal] heaptrc question

2012-04-27 Thread Carver Carver
econd manager the error occurs and continues to grow with each page added. there is no difference code wise just different managers  From: Jonas Maebe To: Carver Carver ; FPC-Pascal users discussions Sent: Friday, April 27, 2012 9:53 AM Subject: Re: [fpc-p

Re: [fpc-pascal] heaptrc question

2012-04-27 Thread Jonas Maebe
On 27 Apr 2012, at 17:50, Carver Carver wrote: > I am experiencing strange heaptrc output can someone please explain what sort > of error could trigger this > > Heap dump by heaptrc unit > 6590 memory blocks allocated : 6484894/6508528 > 6590 memory blocks freed : 6484894/6508528 > 0 unfree

[fpc-pascal] heaptrc question

2012-04-27 Thread Carver Carver
I am experiencing strange heaptrc output can someone please explain what sort of error could trigger this Heap dump by heaptrc unit 6590 memory blocks allocated : 6484894/6508528 6590 memory blocks freed : 6484894/6508528 0 unfreed memory blocks : 0 True heap size : 229376 True free heap : 28

Re: [fpc-pascal] Heaptrc question

2008-01-09 Thread Jonas Maebe
On 09 Jan 2008, at 22:01, Koenraad Lelong wrote: 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 ? No. Or is it just a kind of counter for e

[fpc-pascal] Heaptrc question

2008-01-09 Thread Koenraad Lelong
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 ? R