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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1418 lu_mem majorbase = g->GCestimate; /* memory after last major collection */ local
1419 lu_mem majorinc = (majorbase / 100) * getgcparam(g->genmajormul);
1420 if (g->GCdebt > 0 && gettotalbytes(g) > majorbase + majorinc) {
1422 if (gettotalbytes(g) < majorbase + (majorinc / 2)) {
1435 g->GCestimate = majorbase; /* preserve base value */

Completed in 110 milliseconds