MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / fullgen

Function fullgen

lib/lua/src/lgc.c:1375–1378  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1373** Does a full collection in generational mode.
1374*/
1375static lu_mem fullgen (lua_State *L, global_State *g) {
1376 enterinc(g);
1377 return entergen(L, g);
1378}
1379
1380
1381/*

Callers 2

genstepFunction · 0.85
luaC_fullgcFunction · 0.85

Calls 2

enterincFunction · 0.85
entergenFunction · 0.85

Tested by

no test coverage detected