Epoch-Based Reclamation
A memory-reclamation technique that delays freeing retired objects until all readers from an earlier execution epoch have completed.
Related Concepts
- Hazard Pointer
- Read-Copy-Update
- Lock-Free
- Grace Period
A memory-reclamation technique that delays freeing retired objects until all readers from an earlier execution epoch have completed.