Searched refs:LUA_ERRMEM (Results 1 – 8 of 8) sorted by relevance
91 luaD_throw(L, LUA_ERRMEM); in luaM_realloc_()
156 case LUA_ERRMEM: { /* memory error? */ in seterrorobj()
17 #define luaM_error(L) luaD_throw(L, LUA_ERRMEM)
83 if (stat != LUA_ERRMEM && /* not a memory error and ... */ in luaB_auxwrap()
53 #define LUA_ERRMEM 4 macro
93 case LUA_ERRMEM: { /* memory error? */ in luaD_seterrorobj()
47 #define LUA_ERRMEM 4 macro
947 case LUA_ERRMEM: in zcp_eval_impl()