MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaM_toobig

Function luaM_toobig

extlibs/lua/src/lmem.c:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123
124l_noret luaM_toobig (lua_State *L) {
125 luaG_runerror(L, "memory allocation error: block too big");
126}
127
128
129/*

Callers 2

luaS_newlstrFunction · 0.85
luaS_newudataFunction · 0.85

Calls 1

luaG_runerrorFunction · 0.85

Tested by

no test coverage detected