gc/0

Synopsis

gc

Enables the garbage collector.

Description

As if defined by:

     gc :- prolog_flag(gc, _, on).
     

The garbage collection is enabled by default.

gc needs to be called only if the user has disabled te garbage collector by calling nogc or prolog_flag(gc,_,off).