[fpc-pascal] Strange error
Vincent Snijders
vsnijders at vodafonevast.nl
Mon Jun 8 19:53:32 CEST 2009
Hans MÃ¥rtensson schreef:
> When compiling a windows program with FPC version 2.2.4 with the switch
> -dDEBUG (using the default configuration), after running the program I
> get the following message:
>
> -----------------------------
> Error
> Heap dump by heaptrc unit
> 0 memory blocks allocated: 0/0
> 0 memory blocks freed: 0/0
> 0 unfreed memory blocks: 0
> True heap size: 65536 (80 used in System startup)
> True free heap: 65456
> -------------------------------
>
> Is this:
> -A joke?
> -An error in the error message?
> -Indicationg some problem with my program? and if so, how can I find it?
>
-dDebug includes -gh, the heaptrc heapmanager. It prints these
statistics. If you use a custom heapmanager, then the heaptrc heap
manager is not used, so no statistics are gathered.
Vincent
More information about the fpc-pascal
mailing list