Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaF_freeclosure
Function
luaF_freeclosure
Source/Misc/lua/src/lua.c:5980–5984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5978
5979
5980
void luaF_freeclosure (lua_State *L, Closure *c) {
5981
int size = (c->c.isC) ? sizeCclosure(c->c.nupvalues) :
5982
sizeLclosure(c->l.nupvalues);
5983
luaM_freemem(L, c, size);
5984
}
5985
5986
5987
/*
Callers
1
freeobj
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected