Allocates the objects produced by the specified forms to the static area. Objects in the static area are not moved, though they are garbage collected when there is no longer a pointer to the object.
Note: the macro
in-static-area
is deprecated. Use make-array with
:allocation
:static
where possible instead.