Skip to main content

BASIC_STACK_SIZE

Constant BASIC_STACK_SIZE 

Source
pub const BASIC_STACK_SIZE: usize = _; // 40usize
Expand description

Initial stack capacity for new Lua states. Equivalent to 2 × LUA_MINSTACK (Lua 5.5: LUA_MINSTACK = 20).