All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

normal-gc Function

Summary

Returns the image to normal garbage collection activity in 32-bit LispWorks.

Package

hcl

Signature

normal-gc => t

Description

The function normal-gc resets various internal parameters that determine the frequency and extent of garbage collection to their default settings.

normal-gc is generally used in conjunction with avoid-gc, to cancel the effects of the latter.

Notes

normal-gc is useful only in 32-bit LispWorks. In 64-bit implementations it does nothing and simply returns nil.

See also

avoid-gc
get-gc-parameters
gc-if-needed
mark-and-sweep
set-gc-parameters
without-interrupts
with-heavy-allocation
11.3 Memory Management in 32-bit LispWorks


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35