MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / freestack

Function freestack

Source/Misc/lua/src/lua.c:8976–8979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8974
8975
8976static void freestack (lua_State *L, lua_State *L1) {
8977luaM_freearray(L, L1->base_ci, L1->size_ci, CallInfo);
8978luaM_freearray(L, L1->stack, L1->stacksize, TValue);
8979}
8980
8981
8982/*

Callers 2

close_stateFunction · 0.85
luaE_freethreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected