Searched refs:lua_gc (Results 1 – 4 of 4) sorted by relevance
12 define void @lua_gc(i32 %what) nounwind {
186 int res = lua_gc(L, o, ex); in luaB_collectgarbage()189 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
345 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
1024 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function