Is there a way to display [all] objects that point to a specific root and to summarize their total object size?
We have a static varaible in an ASP.NET 2.0 app (.NET Framework 3.5) that is keeping other objects from being freed up, as you might expect. I'm trying to figure out how many objects point to that single root and their total object size, so that we can understand the magnitude of the issue. I searched the message board but didn't find an answer.
Thanks
Mike
List all objects pointing to a specific root
-
- Posts: 1030
- Joined: Wed Mar 02, 2005 7:53 pm
Re: List all objects pointing to a specific root
I'm not sure what information you are looking for. It is not possible for other instances to reference a root, such as a static field. Are you referring to code that are using the static field? Or do you want to know how many instances reference the same instance as the static field refefences?
Best regards,
Andreas Suurkuusk
SciTech Software AB
Andreas Suurkuusk
SciTech Software AB
Who is online
Users browsing this forum: No registered users and 15 guests