[fpc-pascal]heap and stack size

Carl Eric Codere carl.codere at optimasc.com
Wed Jan 8 09:34:09 CET 2003


> This is extremely good news.  Let me ask (to be certain I understand),
> can the stack effectively grow the the limit of memory?  Or will there
> be an artificial ceiling?

Greetings,
        With stack checking on, you can simulate a maximum limit which can
be used before the program gives a RunError 202, for the stack size, for
BeOS and  DOS, contrary to what Jonas said, is limited to 256Kb. For AmigaOS,
stack size is limited to 32K (this can be changed in the OS). This is indicated
in the FAQ

Carl






More information about the fpc-pascal mailing list