MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / finishgencycle

Function finishgencycle

3rd/lua-5.4.3/src/lgc.c:1210–1216  ·  view source on GitHub ↗

** Finish a young-generation collection. */

Source from the content-addressed store, hash-verified

1208** Finish a young-generation collection.
1209*/
1210static void finishgencycle (lua_State *L, global_State *g) {
1211 correctgraylists(g);
1212 checkSizes(L, g);
1213 g->gcstate = GCSpropagate; /* skip restart */
1214 if (!g->gcemergency)
1215 callallpendingfinalizers(L);
1216}
1217
1218
1219/*

Callers 2

youngcollectionFunction · 0.85
atomic2genFunction · 0.85

Calls 3

correctgraylistsFunction · 0.85
checkSizesFunction · 0.85
callallpendingfinalizersFunction · 0.85

Tested by

no test coverage detected