MCPcopy 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
61static 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_stateFunction · 0.85
luaE_freethreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected