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

Function fullgen

extlibs/lua/src/lgc.c:1238–1241  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1236** Does a full collection in generational mode.
1237*/
1238static lu_mem fullgen (lua_State *L, global_State *g) {
1239 enterinc(g);
1240 return entergen(L, g);
1241}
1242
1243
1244/*

Callers 2

genstepFunction · 0.85
luaC_fullgcFunction · 0.85

Calls 2

enterincFunction · 0.85
entergenFunction · 0.85

Tested by

no test coverage detected