Garbage Collection – Algorithms for Automatic Dynamic Memory Management
Algorithms for Automatic Dynamic Memory Management
Samenvatting
Modern software places increasing reliance on dynamic memory allocation, but its direct management is not only notoriously error–prone. Garbage collection eliminates many of these bugs. This reference presents each of the most important algorithms in detail, often with illustrations of its characteristic features and animations of its use.
Specificaties
Inhoudsopgave
<br />
<br /> Reference Counting.
<br />
<br /> Mark–Sweep Garbage Collection.
<br />
<br /> Mark–Compact Garbage Collection.
<br />
<br /> Copying Garbage Collection.
<br />
<br /> Generational Garbage Collection.
<br />
<br /> Incremental and Concurrent Garbage Collection.
<br />
<br /> Garbage Collection for C. Garbage Collection for C++.
<br />
<br /> Cache–Conscious Garbage Collection.
<br />
<br /> Distributed Garbage Collection.
<br />
<br /> Glossary.
<br />
<br /> Bibliography.
<br />
<br /> Index.