Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlgc.c1401 lu_mem newatomic; /* count of traversed objects */ in stepgenfull() local
1406 newatomic = atomic(L); /* mark everybody */ in stepgenfull()
1407 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */ in stepgenfull()
1416 g->lastatomic = newatomic; in stepgenfull()