node-memwatch
node-memwatch copied to clipboard
Tracking the reference count to a particular type of objects
I create a lot of objects of a custom type, and I want to be sure that they are garbage collected (so the count of references to that particular type doesn't increase in time). Anyway to do that with memwatch?