On Thursday 15 November 2007 17:59:26 Micha Nelissen wrote:
> bartek wrote:
> > Could be FPC at fault? Both files are attached, "DataContainers.pp" being
> > the two lists and "DataContainers_Test.pp" the test program.
> >
> > FPC 2.2.0 on Linux 2.6.23
> > valgrind-3.2.3
>
> Can you retest with fpc
bartek wrote:
> Could be FPC at fault? Both files are attached, "DataContainers.pp" being the
> two lists and "DataContainers_Test.pp" the test program.
>
> FPC 2.2.0 on Linux 2.6.23
> valgrind-3.2.3
Can you retest with fpc 2.3.1 ? There have been some heaptrace fixes.
Otherwise, please post a b
Resending, seems like my last mail did not reach the list. :|
Hi,
I am playing around with generics. I have implemented two simple Lists. A
array based TList and a double linked TLinkedList. I have also written a test
program to test these.
Here comes the interesting part. The test program run
Hi,
I am playing with generics around. I have implemented two simple Lists. A
array based TList and a double linked TLinkedList. I have also written a test
program to test these.
Here comes the interesting part. The test program runs flawlessy, but compiled
with -gh for heaptrace or -gv for va