MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / fullgen

Function fullgen

xrepo/packages/l/lua/port/lua/src/lgc.c:1339–1342  ·  view source on GitHub ↗

** Does a full collection in generational mode. */

Source from the content-addressed store, hash-verified

1337** Does a full collection in generational mode.
1338*/
1339static lu_mem fullgen (lua_State *L, global_State *g) {
1340 enterinc(g);
1341 return entergen(L, g);
1342}
1343
1344
1345/*

Callers 2

genstepFunction · 0.85
luaC_fullgcFunction · 0.85

Calls 2

enterincFunction · 0.85
entergenFunction · 0.85

Tested by

no test coverage detected