Home
last modified time | relevance | path

Searched refs:GCthreshold (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c448 lu_mem GCthreshold; member
580 …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 18 milliseconds