perform garbage collect in lua More...
#include "ZFLuaDef.h"
Go to the source code of this file.
Functions | |
void | ZFLuaGCImmediately (void *L=(zft_zfnull)) |
performa garbage collector in lua immediately, use ZFLuaGC for performance | |
void | ZFLuaGC (void *L=(zft_zfnull)) |
schedule ZFLuaGC to run at proper time | |
void | ZFLuaGCForAllThread () |
run gc for all thread, for debug use only | |
perform garbage collect in lua
|
extern |
schedule ZFLuaGC to run at proper time