Next Prev Up Top Contents Index

set-minimum-free-space

Function
Summary

Sets the minimum free space for a segment of the specified generation.

Package

hcl

Signature

set-minimum-free-space gen-num size &optional segment => generation-size

Arguments

gen-num

The generation to be affected.

size

The size (in bytes) to set the segment to.

The :segment keyword allows you to specify the segment to be affected (the default is the first segment of the generation).

Values

generation-size

A list showing information for the generation just specified in the call.

Description

Sets the minimum free space for a segment of the specified generation. By default, affects the first segment -- use the :segment keyword to affect a different segment of the generation. The minimum free space is shown by room .

See also
clean-generation-0
collect-generation-2
collect-highest-generation
expand-generation-1
room
set-promotion-count

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index