Searched refs:G_OLD (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 247 setage(o, G_OLD); /* and old forever */ in luaC_fix() 436 changeage(o, G_TOUCHED2, G_OLD); /* advance age */ in genlink() 1087 setage(curr, G_OLD); in sweep2old() 1119 G_OLD, /* from G_OLD1 */ in sweepgen() 1120 G_OLD, /* from G_OLD (do not change) */ in sweepgen() 1189 changeage(curr, G_TOUCHED2, G_OLD); /* ... to OLD */ in correctgraylist() 1224 changeage(p, G_OLD1, G_OLD); /* now they are old */ in markold()
|
H A D | lgc.h | 110 #define G_OLD 4 /* really old object (not to be visited) */ macro
|
H A D | ltests.c | 303 if ((getage(f) == G_OLD && isblack(f)) && !isold(t)) in testobjref1() 617 checkobject(g, o, 0, G_OLD); in checklist() 641 assert(o->tt == LUA_VSHRSTR && isgray(o) && getage(o) == G_OLD); in lua_checkmemory()
|