Searched refs:GCthreshold (Results 1 – 1 of 1) sorted by relevance
448 lu_mem GCthreshold; member580 …ktests(luaD_reallocstack(L,L->stacksize-5-1));if(G(L)->totalbytes>=G(L)->GCthreshold)luaC_step(L);}1727 #define setthreshold(g)(g->GCthreshold=(g->estimate/100)*g->gcpause)2056 lu_mem oldt=g->GCthreshold;2058 g->GCthreshold=2*g->totalbytes;2064 g->GCthreshold=oldt;2179 g->gcdept+=g->totalbytes-g->GCthreshold;2187 g->GCthreshold=g->totalbytes+1024u;2190 g->GCthreshold=g->totalbytes;2291 g->GCthreshold=4*g->totalbytes;[all …]
Completed in 19 milliseconds