Neko garbage collector utility.

Static methods

staticrun(major:Bool):Void

Run the Neko garbage collector.

staticstats():{heap:Int, free:Int}

Return the size of the GC heap and the among of free space, in bytes.