Searched refs:luaM_toobig (Results 1 – 3 of 3) sorted by relevance
26 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \47 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
66 l_noret luaM_toobig (lua_State *L) { in luaM_toobig() function
161 luaM_toobig(L); in luaS_newlstr()178 luaM_toobig(L); in luaS_newudata()