MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaM_toobig

Function luaM_toobig

third-party/lua-5.3.5/src/lmem.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68l_noret luaM_toobig (lua_State *L) {
69 luaG_runerror(L, "memory allocation error: block too big");
70}
71
72
73

Callers 2

luaS_newlstrFunction · 0.70
luaS_newudataFunction · 0.70

Calls 1

luaG_runerrorFunction · 0.70

Tested by

no test coverage detected