Home
last modified time | relevance | path

Searched refs:luaM_toobig (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.h24 (cast(size_t, (n)+1) > MAX_SIZET/(e)) ? (luaM_toobig(L), 0) : 0), \
45 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
H A Dlstring.c161 luaM_toobig(L); in luaS_newlstr()
178 luaM_toobig(L); in luaS_newudata()
H A Dlmem.c64 l_noret luaM_toobig (lua_State *L) { in luaM_toobig() function
/freebsd/contrib/lua/src/
H A Dlmem.h35 (luaM_testsize(n,e) ? luaM_toobig(L) : cast_void(0))
77 LUAI_FUNC l_noret luaM_toobig (lua_State *L);
H A Dlstring.c227 luaM_toobig(L); in luaS_newlstr()
263 luaM_toobig(L); in luaS_newudata()
H A Dlmem.c142 l_noret luaM_toobig (lua_State *L) { in luaM_toobig() function