MCPcopy Create free account
hub / github.com/F-Stack/f-stack / callallpendingfinalizers

Function callallpendingfinalizers

freebsd/contrib/openzfs/module/lua/lgc.c:973–979  ·  view source on GitHub ↗

** call all pending finalizers */

Source from the content-addressed store, hash-verified

971** call all pending finalizers
972*/
973static void callallpendingfinalizers (lua_State *L, int propagateerrors) {
974 global_State *g = G(L);
975 while (g->tobefnz) {
976 resetoldbit(g->tobefnz);
977 GCTM(L, propagateerrors);
978 }
979}
980
981
982void luaC_freeallobjects (lua_State *L) {

Callers 2

luaC_freeallobjectsFunction · 0.85
luaC_fullgcFunction · 0.85

Calls 1

GCTMFunction · 0.70

Tested by

no test coverage detected