Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.c1281 g->lastatomic = 0; in atomic2gen()
1316 g->lastatomic = 0; in enterinc()
1331 g->lastatomic = 0; in luaC_changemode()
1376 lu_mem lastatomic = g->lastatomic; /* count from last collection */ in stepgenfull() local
1381 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */ in stepgenfull()
1390 g->lastatomic = newatomic; in stepgenfull()
1415 if (g->lastatomic != 0) /* last collection was a bad one? */ in genstep()
1428 g->lastatomic = numobjs; /* signal that last collection was bad */ in genstep()
A Dlgc.h149 #define isdecGCmodegen(g) (g->gckind == KGC_GEN || g->lastatomic != 0)
A Dlstate.h255 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */ member
A Dlstate.c393 g->lastatomic = 0; in lua_newstate()

Completed in 9 milliseconds