NextPrevUpTopContentsIndex

normal-gc

Function
Summary

Returns the image to normal garbage collection activity.

Package

hcl

Signature

normal-gc => t

Arguments

None.

Values

The function returns the single result t .

Description

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.

See also
avoid-gc
get-gc-parameters
gc-if-needed
mark-and-sweep
set-gc-parameters
without-interrupts
with-heavy-allocation

LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex