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

Does the problem come from Reallocmem or from the heaptrc unit?

Thanks,
-- 
mm
http://www.ellipsa.net/
[EMAIL PROTECTED]  ( suppress no.sp.am. )

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to