Reputation: 54292
When searching down a memory leak (sticky object) in smalltalk, I would like to get the references to an instance of my objects (retreived by doing a Foo allInstances ).
Foo allInstances
Upvotes: 4
Views: 106
In Visual Age Smalltalk:
myObject allReferences