Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.c217 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE, StackValue); in stack_init()
218 L1->stacksize = BASIC_STACK_SIZE; in stack_init()
219 for (i = 0; i < BASIC_STACK_SIZE; i++) in stack_init()
Dlstate.h175 #define BASIC_STACK_SIZE (2*LUA_MINSTACK) macro
Dldo.c248 int goodsize = inuse + BASIC_STACK_SIZE; in luaD_shrinkstack()