Disables automatic garbage collections performed to minimize the
process footprint. Collections may continue to occur in instances
where the implementation deems necessary for correct program behavior,
such as during an out of memory condition. This function is reentrant,
but enable must be called once for each call to disable.
structGC
extern (C) pragma(mangle, "gc_disable") static @safe nothrow pure
Disables automatic garbage collections performed to minimize the process footprint. Collections may continue to occur in instances where the implementation deems necessary for correct program behavior, such as during an out of memory condition. This function is reentrant, but enable must be called once for each call to disable.