Size of Heap at some location in program

B

Bruce Barker

use the windbg.exe debugger (from .net framework sdk) and the sos.dll
(included with 2.0, but you must download for 1.1).

google sos.dll to find articles on how to use it.


-- bruce (sqlwork.com)




Hi

How can i know the current status of Heap at a specific location of program.
I want to put a break point in program and want to know what is the status
of my heap at that time.

OBINT
 
G

Guest

In 2.0, you might be able to create a new debug visualizer for System.Object
that calls the performance couters for .Net Memory to show the different 4 GC
heaps and the total heap size. A calculated working set would also be cool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top