NextPrevUpTopContentsIndex

extend-current-stack

Function
Summary

Extends the current stack.

Note: Implemented in LispWorks for UNIX and LispWorks for Macintosh only (not LispWorks for Linux or LispWorks for Windows).

Package

hcl

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)

LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex