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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1281 g->lastatomic = 0;
1316 g->lastatomic = 0;
1331 g->lastatomic = 0;
1371 ** field 'g->lastatomic' keeps this count from the last collection.
1372 ** ('g->lastatomic != 0' also means that the last collection was bad.)
1376 lu_mem lastatomic = g->lastatomic; /* count from last collection */ local
1381 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */
1390 g->lastatomic
[all...]
H A Dlgc.h147 ** mode to improve performance. This is signaled by 'g->lastatomic != 0'.
149 #define isdecGCmodegen(g) (g->gckind == KGC_GEN || g->lastatomic != 0)
H A Dlstate.h225 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */ member in struct:global_State
H A Dlstate.c388 g->lastatomic = 0;

Completed in 47 milliseconds