switch-static-allocation
Summary
Controls whether objects are allocated in the static area.
Signature
switch-static-allocation
flag
=>
previous-flag
Arguments
flag
If
flag
is non-nil, subsequent objects are allocated in the static area; if
flag
has any other value, objects are allocated conventionally.
Values
switch-static-allocation
returns the previous setting of
flag
.
Description
Objects in the static area are garbage-collected, but not moved.
You should avoid using this function.
LispWorks User Guide and Reference Manual - 21 Dec 2011