Controls whether the top generation is garbage-collected in 32-bit LispWorks.
hcl
collect-highest-generation flag
flag⇩ |
A generalized boolean. |
The function collect-highest-generation
controls whether the top generation is garbage-collected in 32-bit LispWorks.
If flag is non-nil, the top generation is collected; if flag is nil
, the top generation is not collected (this is the default setting).
collect-highest-generation
is implemented only in 32-bit LispWorks. It is not relevant to the Memory Management API in 64-bit implementations.
avoid-gc
clean-generation-0
collect-generation-2
expand-generation-1
normal-gc
11.3 Memory Management in 32-bit LispWorks
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35