Home
last modified time | relevance | path

Searched refs:LUA_GCINC (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c185 lua_pushstring(L, (oldmode == LUA_GCINC) ? "incremental" in pushmode()
197 LUA_GCISRUNNING, LUA_GCGEN, LUA_GCINC}; in luaB_collectgarbage()
229 case LUA_GCINC: { in luaB_collectgarbage()
A Dlapi.c1194 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()
1202 case LUA_GCINC: { in lua_gc()
1206 res = isdecGCmodegen(g) ? LUA_GCGEN : LUA_GCINC; in lua_gc()
A Dlua.h329 #define LUA_GCINC 11 macro

Completed in 9 milliseconds