Lines Matching full:collectors
37 conservative garbage collectors (though these seem rare in practice).
39 Accurate garbage collectors do not suffer from any of these problems, but they
56 * semi-space collectors
58 * mark-sweep collectors
60 * generational collectors
64 * incremental collectors
66 * concurrent collectors
68 * cooperative collectors
94 used to optimize incremental scans in generational collectors.
97 for interoperating with concurrent collectors.
384 Some collectors need to be informed when the mutator (the program that needs
430 concurrent collectors. Additionally, write barriers could be used to implement
623 area to another, compacting them in the process. Copying collectors enable
628 (Including generational collectors.) Incremental collectors generally have all
644 collectors is generally still present to a limited extent. Sophisticated
648 suitable for a wide variety of collectors, but does not currently extend to
855 Threaded collectors may also require ``Return`` and ``PreCall`` safe points to