Next Previous Up Top Contents Index

10 The HCL Package

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 Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker