HomeSort by: relevance | last modified time | path
    Searched refs:lastatomic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lgc.c 1309 g->lastatomic = 0;
1354 g->lastatomic = 0;
1369 g->lastatomic = 0;
1400 ** field 'g->lastatomic' keeps this count from the last collection.
1401 ** ('g->lastatomic != 0' also means that the last collection was bad.)
1405 lu_mem lastatomic = g->lastatomic; /* count from last collection */ local
1410 if (newatomic < lastatomic + (lastatomic >> 3)) { /* good collection? */
1419 g->lastatomic = newatomic
    [all...]
lgc.h 149 ** mode to improve performance. This is signaled by 'g->lastatomic != 0'.
151 #define isdecGCmodegen(g) (g->gckind == KGC_GEN || g->lastatomic != 0)
lstate.h 262 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */ member in struct:global_State
lstate.c 403 g->lastatomic = 0;

Completed in 83 milliseconds