gc/0gc
Enables the garbage collector.
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).