extend-current-stack
Summary
Extends the current stack.
Signature
extend-current-stack &optional
how-much
=>
size
Arguments
how-much
What percentage the stack should be extended by. The default is 50.
Values
size
The new size of the stack, after extending.
Description
Extend the current stack by the given percentage.
Example
To double the size of the current stack:
(hcl:extend-current-stack 100)
Compatibility Note
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.
LispWorks Reference Manual - 20 Jul 2006