Gc

Gc

package cpp-vm

Available on cpp

Static variables

static inline read only MEM_INFO_CURRENT:Int = 2

static inline read only MEM_INFO_LARGE:Int = 3

static inline read only MEM_INFO_RESERVED:Int = 1

static inline read only MEM_INFO_USAGE:Int = 0

Static methods

static compact ():Void

static doNotKill (inObject:Dynamic):Void

static enable (inEnable:Bool):Void

static enterGCFreeZone ():Void

static exitGCFreeZone ():Void

static getNextZombie ():Dynamic

static memInfo (inWhatInfo:Int):Int

static memInfo64 (inWhatInfo:Int):Float

static memUsage ():Int

static run (major:Bool):Void

static safePoint ():Void

static inline setFinalizer<T> (inObject:T, inFinalizer:Callable<T ‑> Void>):Void

static setMinimumFreeSpace (inBytes:Int):Void

static setMinimumWorkingMemory (inBytes:Int):Void

static setTargetFreeSpacePercentage (inPercentage:Int):Void

static trace (sought:Class<Dynamic>, printInstances:Bool = true):Int

static versionCheck ():Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cpp/vm/Gc.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部