Home
last modified time | relevance | path

Searched refs:KGC_INC (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlstate.h179 #define KGC_INC 0 /* incremental gc */ macro
Dlgc.c221 if (g->gckind == KGC_INC) /* incremental mode? */ in luaC_barrier_()
1309 g->gckind = KGC_INC; in enterinc()
1499 luaC_changemode(L, KGC_INC); in luaC_freeallobjects()
1701 if (g->gckind == KGC_INC) in luaC_fullgc()
Dlstate.c413 g->gckind = KGC_INC; in lua_newstate()
Dlapi.c1188 luaC_changemode(L, KGC_INC); in lua_gc()