Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaM_toobig
Function
luaM_toobig
freebsd/contrib/openzfs/module/lua/lmem.c:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
l_noret luaM_toobig (lua_State *L) {
66
luaG_runerror(L,
"memory allocation error: block too big"
);
67
}
68
69
70
Callers
2
luaS_newlstr
Function · 0.70
luaS_newudata
Function · 0.70
Calls
1
luaG_runerror
Function · 0.70
Tested by
no test coverage detected