Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.h106 #define G_NEW 0 /* created in current cycle */ macro
H A Dltests.c306 getage(t) == G_NEW) in testobjref1()
602 checkobject(g, o, maybedead, G_NEW); in checklist()
655 checkobject(g, o, 0, G_NEW); in lua_checkmemory()
H A Dlgc.c1133 if (getage(curr) == G_NEW) { /* new objects go back to white */ in sweepgen()