Static methods

@:native("_hx_add_finalizable")staticaddFinalizable(instance:{finalize:() ‑> Void}, inPin:Bool):Void

staticinlineallocGcBytes(inBytes:Int):Pointer<Void>

@:native("::hx::InternalNew")staticallocGcBytesRaw(inBytes:Int, isContainer:Bool):RawPointer<Void>

@:native("_hx_allocate_extended")@:templatedCallstaticallocateExtended<T>(cls:Class<T>, size:Int):T

@:native("__hxcpp_gc_compact")staticcompact():Void

@:native("__hxcpp_gc_do_not_kill")staticdoNotKill(inObject:Dynamic):Void

@:native("__hxcpp_enable")staticenable(inEnable:Bool):Void

@:native("__hxcpp_enter_gc_free_zone")staticenterGCFreeZone():Void

@:native("__hxcpp_exit_gc_free_zone")staticexitGCFreeZone():Void

@:native("__hxcpp_get_next_zombie")staticgetNextZombie():Dynamic

@:native("__hxcpp_gc_mem_info")staticmemInfo(inWhatInfo:Int):Float

@:native("__hxcpp_gc_trace")staticnativeTrace(sought:Class<Dynamic>, printInstances:Bool):Int

@:native("__hxcpp_collect")staticrun(major:Bool):Void

@:native("__hxcpp_gc_safe_point")staticsafePoint():Void

@:native("__hxcpp_set_minimum_free_space")staticsetMinimumFreeSpace(inBytes:Int):Void

@:native("__hxcpp_set_minimum_working_memory")staticsetMinimumWorkingMemory(inBytes:Int):Void

@:native("__hxcpp_set_target_free_space_percentage")staticsetTargetFreeSpacePercentage(inPercentage:Int):Void