Description
Memory-leak checks can prove that objects disappear after the last strong reference is gone. This module tests weak-reference behavior and confirms that freed objects are actually released. It is useful for developers maintaining object graphs, caches, or callback systems.