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