nogc/0

Synopsis

nogc

Disables the garbage collector.

Description

As if defined by:

     nogc :- prolog_flag(gc, _, off).
     

See Also

prolog_flag/[2,3] ref-mgc-egc