haXe API Documentation
Back | Index
class cpp.vm.Gc
Available in cpp
static function compact() : Void
static function doNotKill(inObject : Dynamic) : Void
static function enable(inEnable : Bool) : Void
static function enterGCFreeZone() : Void
static function exitGCFreeZone() : Void
static function getNextZombie() : Dynamic
static function memUsage() : Int
static function run(major : Bool) : Void
static function safePoint() : Void
static function trace(sought : Class<Dynamic>, ?printInstances : Bool) : Int
static function versionCheck() : Bool
Back | Index