Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ callallpendingfinalizers
Function
callallpendingfinalizers
depends/lua/src/lgc.c:859–863 ·
view source on GitHub ↗
** call all pending finalizers */
Source
from the content-addressed store, hash-verified
857
** call all pending finalizers
858
*/
859
static void callallpendingfinalizers (lua_State *L) {
860
global_State *g = G(L);
861
while (g->tobefnz)
862
GCTM(L, 0);
863
}
864
865
866
/*
Callers
1
luaC_freeallobjects
Function · 0.85
Calls
1
GCTM
Function · 0.85
Tested by
no test coverage detected