Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c449 lu_mem totalbytes; member
557 g->totalbytes=(g->totalbytes-osize)+nsize; in luaM_realloc_()
2059 g->GCthreshold=2*g->totalbytes;
2124 g->estimate=g->totalbytes-udsize;
2142 lu_mem old=g->totalbytes;
2146 g->estimate-=old-g->totalbytes;
2150 lu_mem old=g->totalbytes;
2156 g->estimate-=old-g->totalbytes;
2191 g->GCthreshold=g->totalbytes;
2292 g->GCthreshold=4*g->totalbytes;
[all …]

Completed in 27 milliseconds