The garbage collection handbook the art of automatic memory management

Bibliographic Details
Main Authors: Jones, Richard, Hosking, Antony (Author), Moss, Eliot (Author)
Format: eBook
Language:English
Published: Boca Raton, Florida CRC Press 2012
Series:Chapman & Hall/CRC Applied Algorithms and Data Structures series
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • 1. Introduction
  • 2. Mark-sweep garbage collection
  • 3. Mark-compact garbage collection
  • 4. Copying garbage collection
  • 5. Reference counting
  • 6. Comparing garbage collectors
  • 7. Allocation
  • 8. Partitioning the heap
  • 9. Generational garbage collection
  • 10. Other partitioned schemes
  • 11. Run-time interface
  • 12. Language-specific concerns
  • 13. Concurrency preliminaries
  • 14. Parallel garbage collection
  • 15. Concurrent garbage collection
  • 16. Concurrent mark-sweep
  • 17. Concurrent copying & compaction
  • 18. Concurrent reference counting
  • 19. Real-time garbage collection