Searched refs:inuse (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldo.c206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
H A Dlapi.c99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */

Completed in 30 milliseconds