Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c449 lu_mem totalbytes; member
557 g->totalbytes=(g->totalbytes-osize)+nsize; in luaM_realloc_()
2058 g->GCthreshold=2*g->totalbytes;
2123 g->estimate=g->totalbytes-udsize;
2141 lu_mem old=g->totalbytes;
2145 g->estimate-=old-g->totalbytes;
2149 lu_mem old=g->totalbytes;
2155 g->estimate-=old-g->totalbytes;
2190 g->GCthreshold=g->totalbytes;
2291 g->GCthreshold=4*g->totalbytes;
[all …]

Completed in 19 milliseconds