Re: [fpc-pascal] Again heaptrc dump interpretation

2017-12-11 Thread denisgolovan
> IIUC, if these two do not match, you might have a memory leak... keep up also > with your memory blocks allocated and freed... Well. I feel something is wrong. But how can it be? I mean all allocated blocks were freed. I'd like to know for sure what that "Should be" means. -- Regards, Denis

Re: [fpc-pascal] Again heaptrc dump interpretation

2017-12-10 Thread wkitty42
On 12/10/2017 03:45 PM, denisgolovan wrote: True heap size : 7276691456 Should be : 7276691456 IIUC, if these two do not match, you might have a memory leak... keep up also with your memory blocks allocated and freed... -- NOTE: No off-list assistance is given without prior approval.

[fpc-pascal] Again heaptrc dump interpretation

2017-12-10 Thread denisgolovan
Hi all I am getting following dump after my application exits. Heap dump by heaptrc unit 342662 memory blocks allocated : 7318105636/7319146560 342662 memory blocks freed : 7318105636/7319146560 0 unfreed memory blocks : 0 True heap size : 7276691456 True free heap : 1773152 Should be : 72766