Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaM_toobig
Function
luaM_toobig
depends/lua/src/lmem.c:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
l_noret luaM_toobig (lua_State *L) {
69
luaG_runerror(L,
"memory allocation error: block too big"
);
70
}
71
72
73
Callers
2
luaS_newlstr
Function · 0.85
luaS_newudata
Function · 0.85
Calls
1
luaG_runerror
Function · 0.85
Tested by
no test coverage detected