| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: name
This function returns the current value of the named parameter. You can use setf and this function to set the value of a parameter, like this:
(setf (sys:gsgc-parameter parameter) value)
See System parameters and switches in gc.htm for more information on garbage collection and gsgc parameters. See also gsgc-switch and gsgc-parameters.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |