MCPcopy 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*/
950static void callallpendingfinalizers (lua_State *L) {
951 global_State *g = G(L);
952 while (g->tobefnz)
953 GCTM(L);
954}
955
956
957/*

Callers 2

finishgencycleFunction · 0.85
luaC_freeallobjectsFunction · 0.85

Calls 2

GCTMFunction · 0.85
GFunction · 0.50

Tested by

no test coverage detected