MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaM_toobig

Function luaM_toobig

lib/lua/src/lmem.c:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142l_noret luaM_toobig (lua_State *L) {
143 luaG_runerror(L, "memory allocation error: block too big");
144}
145
146
147/*

Callers 2

luaS_newlstrFunction · 0.85
luaS_newudataFunction · 0.85

Calls 1

luaG_runerrorFunction · 0.85

Tested by

no test coverage detected