A scheme that counts how many places reference an object and frees it once that count reaches zero.
A memory-management scheme that tracks the number of references to an object and frees its memory the moment the count reaches zero. It's weak against circular references.
© 2026 ITBGM