Home
last modified time | relevance | path

Searched refs:G_OLD1 (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlgc.c881 else if (getage(o) == G_OLD1) in udata2finalize()
1086 G_OLD1, /* from G_SURVIVAL */ in sweepgen()
1087 G_OLD1, /* from G_OLD0 */ in sweepgen()
1108 if (getage(curr) == G_OLD1 && *pfirstold1 == NULL) in sweepgen()
1191 if (getage(p) == G_OLD1) { in markold()
1193 changeage(p, G_OLD1, G_OLD); /* now they are old */ in markold()
Dlgc.h109 #define G_OLD1 3 /* first full cycle as old */ macro