Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c158 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro
164 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE); in luaD_reallocstack()
185 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack()