<A HREF="manual_c.htm"><img align=center src="contents.gif" ALT="Contents"></A> Up Previous Next

Force a garbage collection :gc


A :gc command can be used to force a garbage collection of the interpreter heap, and to print the number of unused cells obtained as a result:
 Prelude> :gc
 Garbage collection recovered 95766 cells
 Prelude>