Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaM_toobig
Function
luaM_toobig
lib/lua/src/lmem.c:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
141
142
l_noret luaM_toobig (lua_State *L) {
143
luaG_runerror(L,
"memory allocation error: block too big"
);
144
}
145
146
147
/*
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