1614c30e55
This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause memory leaks.
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
This is a simple developer's tool for finding circular references in
|
|
objects and other types of references. Because of Perl's reference-count
|
|
based memory management, circular references will cause memory leaks.
|
|
|