MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / finishgencycle

Function finishgencycle

lib/lua/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.85
atomic2genFunction · 0.85

Calls 3

correctgraylistsFunction · 0.85
checkSizesFunction · 0.85
callallpendingfinalizersFunction · 0.85

Tested by

no test coverage detected