Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h446 #define LUAI_MAXCSTACK 8000 macro
H A Dlapi.c98 if (size > LUAI_MAXCSTACK || (L->top - L->base + size) > LUAI_MAXCSTACK) in lua_checkstack()