Describe the lazy and eager approaches to reclaiming garbage
Answers
Answered by
2
The lazy approach to reclaiming garbage uses the mark and sweep algorithm that incorporates the two phases – mark and sweep. The reclamation occurs when the list containing the variable spaces becomes empty.
Similar questions