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

Function luaM_toobig

engine/lua/src/lua/lmem.c:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66void *luaM_toobig (lua_State *L) {
67 luaG_runerror(L, "memory allocation error: block too big");
68 return NULL; /* to avoid warnings */
69}
70
71
72

Callers 3

lmem.hFile · 0.85
newlstrFunction · 0.85
luaS_newudataFunction · 0.85

Calls 1

luaG_runerrorFunction · 0.85

Tested by

no test coverage detected