Controls whether objects are allocated in the static area.
hcl
switch-static-allocation flag => previous-flag
flag
If flag is non- nil , subsequent objects are allocated in the static area; if flag has any other value, objects are allocated conventionally.
nil
switch-static-allocation returns the previous setting of flag .
switch-static-allocation
Objects in the static area are garbage-collected, but not moved.
You should avoid using this function.
enlarge-static in-static-area