Available on hl
staticflags:EnumFlags<GcFlag>
@:value({ fileName : "hlmemory.dump" })staticdumpMemory(fileName:String = "hlmemory.dump"):Void
Dump whole memory into target filename for analysis.
@:hlNative("std","gc_enable")staticenable(b:Bool):Void
@:hlNative("std","gc_major")staticmajor():Void
staticstats():{totalAllocated:Float, currentMemory:Float, allocationCount:Float}