aliddle
Oct 13th, 2002, 09:41 PM
I am trying to work out how much memory a particular class, I have created, uses. It is a simple class that has about a dozen private variables, a few properties and a few public methods. The thing is that when running my app, there could be up to 10,000 instances of it in memory. My concern is that it will use too much memory. How do I tell what amount of memory my class will use? Do the properties and methods only get set once or are they repeated for each instance and what is the overhead?
Any Clues?
Alan Liddle
:confused:
Any Clues?
Alan Liddle
:confused: