Gc
package neko.vm
Available on neko
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.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/neko/vm/Gc.html