HomeSort by: relevance | last modified time | path
    Searched defs:majorbase (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
lgc.c 1447 lu_mem majorbase = g->GCestimate; /* memory after last major collection */ local
1448 lu_mem majorinc = (majorbase / 100) * getgcparam(g->genmajormul);
1449 if (g->GCdebt > 0 && gettotalbytes(g) > majorbase + majorinc) {
1451 if (gettotalbytes(g) < majorbase + (majorinc / 2)) {
1464 g->GCestimate = majorbase; /* preserve base value */

Completed in 18 milliseconds