Static variables
Static methods
staticblocking(b:Bool):Void
Enter/leave a blocking section: when in a blocking section the thread cannot allocate any memory but other threads will not wait for it for collecting memory.
staticdumpMemory(fileName:String = "hlmemory.dump"):Void
Dump whole memory into target filename for analysis.