Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstate.h151 #define KGC_INC 0 /* incremental gc */ macro
H A Dlgc.c220 if (g->gckind == KGC_INC) /* incremental mode? */ in luaC_barrier_()
1350 g->gckind = KGC_INC; in enterinc()
1512 luaC_changemode(L, KGC_INC); in luaC_freeallobjects()
1730 if (g->gckind == KGC_INC) in luaC_fullgc()
H A Dlstate.c387 g->gckind = KGC_INC; in lua_newstate()
H A Dlapi.c1221 luaC_changemode(L, KGC_INC); in lua_gc()
H A Dltests.c300 else if (g->gckind == KGC_INC) in testobjref1()