Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ callallpendingfinalizers
Function
callallpendingfinalizers
3rd/lua-5.4.3/src/lgc.c:942–946 ·
view source on GitHub ↗
** call all pending finalizers */
Source
from the content-addressed store, hash-verified
940
** call all pending finalizers
941
*/
942
static void callallpendingfinalizers (lua_State *L) {
943
global_State *g = G(L);
944
while (g->tobefnz)
945
GCTM(L);
946
}
947
948
949
/*
Callers
2
finishgencycle
Function · 0.85
luaC_freeallobjects
Function · 0.85
Calls
1
GCTM
Function · 0.85
Tested by
no test coverage detected