Re: [fpc-pascal]heaptrc

2004-09-21 Thread Marcel Martin
Vincent Snijders a écrit : > > Marcel Martin wrote: > > Hello, > > > > I am using fpc 1.9.5 (2004/09/15). > > > > There is a problem with the unit heaptrc and the routine > > Reallocmem. For instance > > > > var p : PLongword; > > > > Reallocmem(p,1000*4); > > ... > > Reallocmem(p,200*4);

Re: [fpc-pascal]heaptrc

2004-09-21 Thread Peter Vreman
> Marcel Martin wrote: >> Hello, >> >> I am using fpc 1.9.5 (2004/09/15). >> >> There is a problem with the unit heaptrc and the routine >> Reallocmem. For instance >> >> var p : PLongword; >> >> Reallocmem(p,1000*4); >> ... >> Reallocmem(p,200*4); <- this instruction upset heaptrc >> >> Do