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