Next Prev Up Top Contents Index

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 - 25 Jul 2003

Next Prev Up Top Contents Index