Home | History | Annotate | Download | only in runtime

Lines Matching refs:garbage

5 // Garbage collector (GC).
18 // On-the-fly garbage collection: an exercise in cooperation. Commun. ACM 21, 11 (November 1978),
21 // Hudson, R., and Moss, J.E.B. Copying Garbage Collection without stopping the world.
131 // improve parallelism, the garbage collector breaks up scan jobs for
236 // Garbage collector phase.
322 // when to trigger concurrent garbage collection and how much marking
405 // triggerRatio is the heap growth ratio at which the garbage
523 // mutator outpace the garbage collector.
897 // GC runs a garbage collection and blocks the caller until the
898 // garbage collection is complete. It may also block the entire
1229 gp.waitreason = "garbage collection"