Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c290 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK; in luaD_shrinkstack() local
291 if (goodsize > LUAI_MAXSTACK) goodsize = LUAI_MAXSTACK; in luaD_shrinkstack()
293 goodsize >= L->stacksize) /* would grow instead of shrink? */ in luaD_shrinkstack()
296 luaD_reallocstack(L, goodsize); /* shrink it */ in luaD_shrinkstack()