Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void *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.h
File · 0.85
newlstr
Function · 0.85
luaS_newudata
Function · 0.85
Calls
1
luaG_runerror
Function · 0.85
Tested by
no test coverage detected