[fpc-pascal]stack and heap sizes

Jonas Maebe jonas at zeus.rug.ac.be
Mon Jan 6 22:07:46 CET 2003


On maandag, jan 6, 2003, at 20:40 Europe/Brussels, Mark Emerson wrote:

> The {$M} directive can be used to set the stack and heap size.
>
> How can I find out what the default stack and heap sizes are if {$M} is
> NOT used?

I'm not sure if they're documented anywhere, but they don't really 
matter: they all grow automatically as your program needs more of them 
under all supported OS'es currently.


Jonas





More information about the fpc-pascal mailing list