lua_gc            233 lib/lua/lbaselib.c   int res = lua_gc(L, optsnum[o], ex);
lua_gc            236 lib/lua/lbaselib.c       int b = lua_gc(L, LUA_GCCOUNTB, 0);
lua_gc            106 lib/lua/lua.c    if (status != 0) lua_gc(L, LUA_GCCOLLECT, 0);
lua_gc            347 lib/lua/lua.c    lua_gc(L, LUA_GCSTOP, 0);  /* stop collector during initialization */
lua_gc            349 lib/lua/lua.c    lua_gc(L, LUA_GCRESTART, 0);
lua_gc            230 lib/lua/lua.h  LUA_API int (lua_gc) (lua_State *L, int what, int data);
lua_gc            291 lib/lua/lua.h  #define lua_getgccount(L)	lua_gc(L, LUA_GCCOUNT, 0)