Searched refs:LUA_GCGEN (Results 1 – 7 of 7) sorted by relevance
205 LUA_GCISRUNNING, LUA_GCGEN, LUA_GCINC}; in luaB_collectgarbage()236 case LUA_GCGEN: { in luaB_collectgarbage()
637 lua_gc(L, LUA_GCGEN, 0, 0); /* ...in generational mode */ in pmain()
1199 case LUA_GCGEN: { in lua_gc()1202 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()1214 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()
339 #define LUA_GCGEN 10 macro
147 LUA_GCSETMAJORINC, LUA_GCISRUNNING, LUA_GCGEN, LUA_GCINC}; in luaB_collectgarbage()
1082 case LUA_GCGEN: { /* change collector to generational mode */ in lua_gc()
290 #define LUA_GCGEN 10 macro