Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ luaM_toobig
Function
luaM_toobig
extlibs/lua/src/lmem.c:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
124
l_noret luaM_toobig (lua_State *L) {
125
luaG_runerror(L,
"memory allocation error: block too big"
);
126
}
127
128
129
/*
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