Searched refs:luaM_toobig (Results 1 – 6 of 6) sorted by relevance
22 luaM_toobig(L))43 LUAI_FUNC void *luaM_toobig (lua_State *L);
55 luaM_toobig(L); in newlstr()99 luaM_toobig(L); in luaS_newudata()
66 void *luaM_toobig (lua_State *L) { in luaM_toobig() function
25 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \46 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
162 luaM_toobig(L); in luaS_newlstr()179 luaM_toobig(L); in luaS_newudata()
65 l_noret luaM_toobig (lua_State *L) { in luaM_toobig() function