Allocates the objects produced by the specified forms to the static area.
Signaturein-static-area &rest body => result
ArgumentsThe forms for which you want the garbage collector to allocate space in the static area.
ValuesThe result of executing body.
DescriptionAllocates 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.
Notesin-static-area
is deprecated. Use make-array with :allocation
:static
where possible instead.
In 64-bit LispWorks and the Mobile GC, in-static-area
does not affect the allocation conses. There is no interface to make static conses in 64-bit LispWorks or the Mobile GC.
(system:in-static-area (make-string 10))
LispWorks User Guide and Reference Manual - 20 Sep 2017
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4