From: Robert Klemme Date: 2008-06-19T15:33:43+09:00 Subject: Re: Can I find out the memory used by an object? On 18.06.2008 23:23, Marc Heiler wrote: > What about really simple objects? > > a = "a" > b = "b" > c = "c" They are probably pretty easy to memory diagnose. But even they can be referenced from multiple other objects which introduces the issue again: how do you count them? Kind regards robert