Am 19.05.2016 10:57 schrieb "Jonas Maebe" <jonas.ma...@elis.ugent.be>:
>> it should be 2GB on 32bit and 4GB on 64bit Windows with
>> *IMAGE_FILE_LARGE_ADDRESS_AWARE*
>
>
> There is a difference between the total amount of memory you can
allocate, and the maximum size of a single block of memory that you can
allocate. The latter is much smaller than the former, because the address
space gets divided in multiple parts due to where the program gets loaded,
where dll's get loaded and where the kernel gets mapped.

The kernel mapping *is* what gets influenced by that switch (among others).

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to