Re: [fpc-pascal] negative numbers in CurrHeapUsed and MaxHeapUsed

2010-10-22 Thread Jonas Maebe
On 22 Oct 2010, at 21:50, Bernd Kreuss wrote: > On 22.10.2010 21:23, Jonas Maebe wrote: > >> It's only a cosmetic problem, there is no problem with the heap itself. It's >> a known bug, related to reallocmem: >> http://bugs.freepascal.org/view.php?id=15805 > > If I understand this correctly t

Re: [fpc-pascal] negative numbers in CurrHeapUsed and MaxHeapUsed

2010-10-22 Thread Marco van de Voort
In our previous episode, Bernd Kreuss said: > > It's only a cosmetic problem, there is no problem with the heap itself. > > It's a known bug, related to reallocmem: > > http://bugs.freepascal.org/view.php?id=15805 > > If I understand this correctly then these are only meaningless counters > that

Re: [fpc-pascal] negative numbers in CurrHeapUsed and MaxHeapUsed

2010-10-22 Thread Bernd Kreuss
On 22.10.2010 21:23, Jonas Maebe wrote: > It's only a cosmetic problem, there is no problem with the heap itself. It's > a known bug, related to reallocmem: > http://bugs.freepascal.org/view.php?id=15805 If I understand this correctly then these are only meaningless counters that come out of sy

Re: [fpc-pascal] negative numbers in CurrHeapUsed and MaxHeapUsed

2010-10-22 Thread Jonas Maebe
On 22 Oct 2010, at 21:20, Bernd Kreuss wrote: > Is this a known problem and nothing to worry about or am I asking for > trouble if I ignore this? It's only a cosmetic problem, there is no problem with the heap itself. It's a known bug, related to reallocmem: http://bugs.freepascal.org/view.php?