代码拉取完成,页面将自动刷新
collectgarbage (opt [, arg])
This function is a generic interface to the garbage collector.
It performs different functions according to its first argument, opt:
"stop": stops the garbage collector. 禁用垃圾收集器
"restart": restarts the garbage collector. 重启垃圾收集器
"collect": performs a full garbage-collection cycle. 完全垃圾收集
"count": returns the total memory in use by Lua (in Kbytes). 查询内存占用(Kb)
"step": performs a garbage-collection step.
The step "size" is controlled by arg
(larger values mean more steps) in a non-specified way.
If you want to control the step size you
must experimentally tune the value of arg.
Returns true if the step finished a collection cycle.
"setpause": sets arg/100 as the new value for the pause of the collector. 垃圾收集中断量
"setstepmul": sets arg/100 as the new value for the step multiplier of the collector. 垃圾收集工作量
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。