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

Function luaM_toobig

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

Source from the content-addressed store, hash-verified

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

Callers 2

luaS_newlstrFunction · 0.70
luaS_newudataFunction · 0.70

Calls 1

luaG_runerrorFunction · 0.70

Tested by

no test coverage detected