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

/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c1419 lu_mem majorinc = (majorbase / 100) * getgcparam(g->genmajormul); local
1420 if (g->GCdebt > 0 && gettotalbytes(g) > majorbase + majorinc) {
1422 if (gettotalbytes(g) < majorbase + (majorinc / 2)) {

Completed in 98 milliseconds