Thanks for the information
http://blogs.msdn.com/mvstanton/arch...05/108023.aspx
This link is really worth to know more about heap.
"Bruce Barker" <br******************@safeco.com> wrote in message
news:Ox*************@TK2MSFTNGP10.phx.gbl...
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)
"OBINT" <pr********@yahoo.com> wrote in message
news:eR**************@TK2MSFTNGP11.phx.gbl...
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