MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaM_toobig

Function luaM_toobig

Source/Misc/lua/src/lua.c:7240–7243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7238
7239
7240void *luaM_toobig (lua_State *L) {
7241luaG_runerror(L, "memory allocation error: block too big");
7242return NULL; /* to avoid warnings */
7243}
7244
7245
7246

Callers 3

lua.cFile · 0.85
newlstrFunction · 0.85
luaS_newudataFunction · 0.85

Calls 1

luaG_runerrorFunction · 0.85

Tested by

no test coverage detected