Static variables

Static methods

@: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}