Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7240
void *luaM_toobig (lua_State *L) {
7241
luaG_runerror(L,
"memory allocation error: block too big"
);
7242
return NULL; /* to avoid warnings */
7243
}
7244
7245
7246
Callers
3
lua.c
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