Static variables

staticenable:Bool

Enable allocation tracking per thread. All threads are enabled by default.

Static methods

@:value({ sortBySize : false, fileName : "alloc.dump" })staticdump(fileName:String = "alloc.dump", sortBySize:Bool = false):Void

@:value({ sortBySize : false })staticgetData(sortBySize:Bool = false):Array<Allocation>

@:hlNative("std","track_reset")staticreset():Void

Reset accumulated tracked data.

@:hlNative("std","track_init")staticstart():Void

Start tracking. Enabled by default.

@:hlNative("std","track_stop")staticstop():Void

Stop tracking for all threads.