GC.disable

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.

struct GC
extern (C) pragma(mangle, "gc_disable") static nothrow pure
void
disable
()
Suggestion Box / Bug Report