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 Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex