Home
last modified time | relevance | path

Searched refs:lastatomic (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.c1309 g->lastatomic = 0; in atomic2gen()
1354 g->lastatomic = 0; in enterinc()
1369 g->lastatomic = 0; in luaC_changemode()
1405 lu_mem lastatomic = g->lastatomic; /* count from last collection */ in stepgenfull() local
1410 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */ in stepgenfull()
1419 g->lastatomic = newatomic; in stepgenfull()
1444 if (g->lastatomic != 0) /* last collection was a bad one? */ in genstep()
1454 lua_assert(g->lastatomic == 0); in genstep()
1457 g->lastatomic = numobjs; /* signal that last collection was bad */ in genstep()
H A Dlgc.h151 #define isdecGCmodegen(g) (g->gckind == KGC_GEN || g->lastatomic != 0)
H A Dlstate.h262 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */ member
H A Dlstate.c403 g->lastatomic = 0; in lua_newstate()