gc
|
The gc function initiates a garbage collection,
or a garbage collection with memory compaction, or turns
garbage collection on or off. Usage The gc function can be used to initiate a garbage collection
with or without memory compaction.
(gc command) true.
Expression:
Arguments
Name
Type
Description Argument: command Context
(Missing) No command argument initiates a garbage collection.
(compact:) A command argument of the symbol compact: initiates a garbage collection with memory compaction.
(true) A command argument of the boolean true turn automatic garbage collection on.
(false) A command argument of the boolean false turn automatic garbage collection off.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Boolean | Symbol |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|