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