Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Garbage Collection: Algorithms for Automatic Dynamic Memory Management

Posted By: ertugrul ergun
Garbage Collection: Algorithms for Automatic Dynamic Memory Management

Garbage Collection: Algorithms for Automatic Dynamic Memory Management
by Richard Jones, Rafael D Lins
Wiley | ISBN-10: 0471941484 | Year:1996 | 404 pages | Pdf | 14.2 MB

Book Description
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.

Book Info
Considers how dynamic memory can be recycled automatically to guarantee error-free memory management. Provides not only a clear introduction but also a convenient reference source for modern garbage collection techniques.