Extends the current stack.
hcl
extend-current-stack &optional how-much => size
how-much⇩ |
What percentage the stack should be extended by. The default is 50. |
size |
The new size of the stack, after extending. |
The function extend-current-stack
extends the current stack by the percentage given by how-much.
In LispWorks 4.4 and previous on Windows and Linux platforms, extend-current-stack
is not implemented. This is fixed in LispWorks 5.0 and later.
To double the size of the current stack:
(hcl:extend-current-stack 100)
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35