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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1375 lu_mem newatomic; /* count of traversed objects */ local
1380 newatomic = atomic(L); /* mark everybody */
1381 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */
1390 g->lastatomic = newatomic;

Completed in 100 milliseconds