Searched refs:FIXEDBIT (Results 1 – 7 of 7) sorted by relevance
24 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
153 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()155 set2bits(L->marked, FIXEDBIT, SFIXEDBIT); in lua_newstate()
60 #define FIXEDBIT 5 macro
415 lua_assert(!isdead(g, curr) || testbit(curr->gch.marked, FIXEDBIT)); in sweeplist()
23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
93 #define FIXEDBIT 5 /* object is fixed (should not be collected) */ macro
274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT); in lua_newstate()