Re: RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] Issuchmemorystatisticspossible?

2011-08-22 Thread Max Vlasov
On Mon, Aug 22, 2011 at 6:48 PM, Ludo Brands wrote: >> >> Ludo, the patch looks very promising, I just found one >> problem. I have a test fragment in my form (in a simple >> simplest application) >> >> procedure TForm1.FormCreate(Sender: TObject); >> var >>   a: integer; >> begin >>   a:=1; >>  

RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] Issuchmemorystatisticspossible?

2011-08-22 Thread Ludo Brands
> > Ludo, the patch looks very promising, I just found one > problem. I have a test fragment in my form (in a simple > simplest application) > > procedure TForm1.FormCreate(Sender: TObject); > var > a: integer; > begin > a:=1; > GetMem(fTest, 1024*1024); > GetMem(fTest2, 1024*1024); > e