Static variables
Static methods
staticdumpMemory(fileName:String = "hlmemory.dump"):Void
Dump whole memory into target filename for analysis.
statictrack(obj:Dynamic, field:String, callb:(Dynamic, Bytes) ‑> Void):Void
Start tracking an object field change. The check will be performed every allocation and the callback function triggered everytime a change has been performed since last check. The callback parameter is true if the object was collected. It is necessary to enable the Track flag in Gc.flags