MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / freestack

Function freestack

other_src/lua/src/lstate.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62static void freestack (lua_State *L, lua_State *L1) {
63 luaM_freearray(L, L1->base_ci, L1->size_ci, CallInfo);
64 luaM_freearray(L, L1->stack, L1->stacksize, TValue);
65}
66
67
68/*

Callers 2

close_stateFunction · 0.70
luaE_freethreadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected