How would you go about finding out how much memory is being used by an object? I know it is possible to find out how much is used by a block of code, but not by an instantiated object (anytime during its life), which is what I want.

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *