LUA_ERRMEM top-level constant

int const LUA_ERRMEM

内存分配错误 对于此类错误Lua 不会调用消息处理程序 (4)

Implementation

const LUA_ERRMEM = 4;