LispWorks User Guide and Reference Manual > 32 The HCL Package

NextPrevUpTopContentsIndex

collect-highest-generation

Function
Summary

Controls whether the top generation is garbage-collected in 32-bit LispWorks.

Package

hcl

Signature

collect-highest-generation flag

Arguments

flag

If flag is non-nil, the top generation is collected; if flag is any other value, the top generation is not collected. The default is nil .

Values

collect-highest-generation returns no values.

Description

Note: collect-highest-generation is implemented only in 32-bit LispWorks. It is not relevant to the Memory Management API in 64-bit implementations.

See also

avoid-gc
clean-generation-0
collect-generation-2
expand-generation-1
normal-gc


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex