All Manuals > LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

switch-static-allocation

Function
Summary

Controls whether objects are allocated in the static area.

Package

hcl

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.

See also

enlarge-static
in-static-area


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex