dmd.nogc

Checks that a function marked @nogc does not invoke the Garbage Collector.

Specification: No-GC Functions

Authors

Walter Bright

Source: nogc.d

  • Declaration

    class NOGCVisitor: dmd.visitor.StoppableVisitor;

    Look for GC-allocations