andremussche / scalemm

Fast scaling memory manager for Delphi
https://code.google.com/p/scalemm/
Other
98 stars 22 forks source link

XE4 AllocMem proto differs #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ScaleMM3.pas cannot be compiled in XE4 because of 

TMemoryManagerEx
...
    AllocMem: function(Size: NativeInt): Pointer;
...
end;

size is NativeInt (signed)

I've attached simple patch, but I'm not sure it's proper, though it works for 
me.

Original issue reported on code.google.com by vld.de...@gmail.com on 11 Jun 2013 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
thanks, seems good

Original comment by andre.mussche on 12 Jun 2013 at 5:49