MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / finishgencycle

Function finishgencycle

extlibs/lua/src/lgc.c:1124–1130  ·  view source on GitHub ↗

** Finish a young-generation collection. */

Source from the content-addressed store, hash-verified

1122** Finish a young-generation collection.
1123*/
1124static void finishgencycle (lua_State *L, global_State *g) {
1125 correctgraylists(g);
1126 checkSizes(L, g);
1127 g->gcstate = GCSpropagate; /* skip restart */
1128 if (!g->gcemergency)
1129 callallpendingfinalizers(L);
1130}
1131
1132
1133/*

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