Lines Matching full:collector
3 ** Garbage Collector
33 ** to allow small steps for the collector.)
196 ** Barrier that moves collector forward, that is, marks the white object
227 ** barrier that moves collector backward, that is, mark the black object
518 genlink(g, obj2gco(h)); /* check whether collector still needs to see it */ in traverseephemeron()
1046 ** Generational Collector
1356 ** Change collector mode to 'newmode'.
1388 ** (major) collections, the collector tries to stay in incremental mode
1392 ** The collector must choose whether to stay in incremental mode or to
1431 ** previous major collection). If so, the collector keeps its state,
1586 lua_assert(!g->gcstopem); /* collector is not reentrant */ in singlestep()
1647 ** advances the garbage collector until it reaches a state allowed
1684 ** Performs a basic GC step if collector is running. (If collector is
1704 ** there may be some objects marked as black, so the collector has