Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ freestack
Function
freestack
deps/lua/src/lstate.c:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
static void freestack (lua_State *L, lua_State *L1) {
62
luaM_freearray(L, L1->base_ci, L1->size_ci, CallInfo);
63
luaM_freearray(L, L1->stack, L1->stacksize, TValue);
64
}
65
66
67
/*
Callers
2
close_state
Function · 0.85
luaE_freethread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected