[fpc-pascal] alloca

2022-05-13 Thread Hairy Pixels via fpc-pascal
Is there an “alloca" like function in the RTL which allocates memory from the stack? For example https://man7.org/linux/man-pages/man3/alloca.3.html Regards, Ryan Joseph ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.

Re: [fpc-pascal] alloca

2022-05-13 Thread Michael Van Canneyt via fpc-pascal
On Fri, 13 May 2022, Hairy Pixels via fpc-pascal wrote: Is there an “alloca" like function in the RTL which allocates memory from the stack? For example https://man7.org/linux/man-pages/man3/alloca.3.html No such function exists in FPC. Michael._

Re: [fpc-pascal] alloca

2022-05-13 Thread Hairy Pixels via fpc-pascal
> On May 13, 2022, at 11:08 PM, Michael Van Canneyt via fpc-pascal > wrote: > >> Is there an “alloca" like function in the RTL which allocates memory from >> the stack? For example https://man7.org/linux/man-pages/man3/alloca.3.html > > No such function exists in FPC. Is alloca something wh

Re: [fpc-pascal] alloca

2022-05-13 Thread Jonas Maebe via fpc-pascal
On 14/05/2022 03:34, Hairy Pixels via fpc-pascal wrote: On May 13, 2022, at 11:08 PM, Michael Van Canneyt via fpc-pascal wrote: Is there an “alloca" like function in the RTL which allocates memory from the stack? For examplehttps://man7.org/linux/man-pages/man3/alloca.3.html No such functio

Re: [fpc-pascal] alloca

2022-05-13 Thread Jonas Maebe via fpc-pascal
On 14/05/2022 07:45, Jonas Maebe via fpc-pascal wrote: On 14/05/2022 03:34, Hairy Pixels via fpc-pascal wrote: On May 13, 2022, at 11:08 PM, Michael Van Canneyt via fpc-pascal  wrote: Is there an “alloca" like function in the RTL which allocates memory from the stack? For examplehttps://man7

Re: [fpc-pascal] alloca

2022-05-13 Thread Michael Van Canneyt via fpc-pascal
On Sat, 14 May 2022, Hairy Pixels via fpc-pascal wrote: On May 13, 2022, at 11:08 PM, Michael Van Canneyt via fpc-pascal wrote: Is there an “alloca" like function in the RTL which allocates memory from the stack? For example https://man7.org/linux/man-pages/man3/alloca.3.html No such