Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ callallpendingfinalizers
Function
callallpendingfinalizers
lib/lua/src/lgc.c:950–954 ·
view source on GitHub ↗
** call all pending finalizers */
Source
from the content-addressed store, hash-verified
948
** call all pending finalizers
949
*/
950
static void callallpendingfinalizers (lua_State *L) {
951
global_State *g = G(L);
952
while (g->tobefnz)
953
GCTM(L);
954
}
955
956
957
/*
Callers
2
finishgencycle
Function · 0.85
luaC_freeallobjects
Function · 0.85
Calls
2
GCTM
Function · 0.85
G
Function · 0.50
Tested by
no test coverage detected