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

Function fullgen

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

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

Source from the content-addressed store, hash-verified

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

Callers 2

genstepFunction · 0.85
luaC_fullgcFunction · 0.85

Calls 2

enterincFunction · 0.85
entergenFunction · 0.85

Tested by

no test coverage detected