Searched refs:majorbase (Results 1 – 1 of 1) sorted by relevance
1446 lu_mem majorbase = g->GCestimate; /* memory after last major collection */ in genstep() local1447 lu_mem majorinc = (majorbase / 100) * getgcparam(g->genmajormul); in genstep()1448 if (g->GCdebt > 0 && gettotalbytes(g) > majorbase + majorinc) { in genstep()1450 if (gettotalbytes(g) < majorbase + (majorinc / 2)) { in genstep()1463 g->GCestimate = majorbase; /* preserve base value */ in genstep()