Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.c1404 lu_mem newatomic; /* count of traversed objects */ in stepgenfull() local
1409 newatomic = atomic(L); /* mark everybody */ in stepgenfull()
1410 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */ in stepgenfull()
1419 g->lastatomic = newatomic; in stepgenfull()