Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlgc.c896 else if (getage(o) == G_OLD1) in udata2finalize()
1120 G_OLD1, /* from G_SURVIVAL */ in sweepgen()
1121 G_OLD1, /* from G_OLD0 */ in sweepgen()
1142 if (getage(curr) == G_OLD1 && *pfirstold1 == NULL) in sweepgen()
1225 if (getage(p) == G_OLD1) { in markold()
1227 changeage(p, G_OLD1, G_OLD); /* now they are old */ in markold()
Dlgc.h111 #define G_OLD1 3 /* first full cycle as old */ macro