MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / finishgencycle

Function finishgencycle

third-party/lua-5.4.6/src/lgc.c:1237–1243  ·  view source on GitHub ↗

** Finish a young-generation collection. */

Source from the content-addressed store, hash-verified

1235** Finish a young-generation collection.
1236*/
1237static void finishgencycle (lua_State *L, global_State *g) {
1238 correctgraylists(g);
1239 checkSizes(L, g);
1240 g->gcstate = GCSpropagate; /* skip restart */
1241 if (!g->gcemergency)
1242 callallpendingfinalizers(L);
1243}
1244
1245
1246/*

Callers 2

youngcollectionFunction · 0.70
atomic2genFunction · 0.70

Calls 3

correctgraylistsFunction · 0.70
checkSizesFunction · 0.70
callallpendingfinalizersFunction · 0.70

Tested by

no test coverage detected