NextPrevUpTopContentsIndex

current-stack-length

Function
Summary

Returns the size of the current stack.

Package

hcl

Signature

current-stack-length => stack-size

Arguments

None

Values

stack-size

The current size of the stack, in 32 bit words (in 32-bit implementations) or 64-bit words (in 64-bit implementations).

Example

(current-stack-length) => 16000

Compatibility Note

In LispWorks 4.4 and previous on Windows and Linux platforms, current-stack-length was not implemented. This is fixed in LispWorks 5.0 and later.

See also

extend-current-stack
*sg-default-size*


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex