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

Function fullgen

third-party/lua-5.5.0/src/lgc.c:1458–1461  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1456** Does a full collection in generational mode.
1457*/
1458static void fullgen (lua_State *L, global_State *g) {
1459 minor2inc(L, g, KGC_INC);
1460 entergen(L, g);
1461}
1462
1463
1464/*

Callers 1

luaC_fullgcFunction · 0.70

Calls 2

minor2incFunction · 0.85
entergenFunction · 0.70

Tested by

no test coverage detected