Home
last modified time | relevance | path

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

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