Searched refs:StackValue (Results 1 – 3 of 3) sorted by relevance
146 typedef union StackValue { union152 } StackValue; typedef156 typedef StackValue *StkId;
195 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()204 memcpy(newstack, L->stack, i * sizeof(StackValue)); in luaD_reallocstack()
183 L1->stack = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
Completed in 8 milliseconds