|
| crt heap |
 |
Fri, 14 Mar 2008 13:55:28 +030 |
Are there any extensions for windbg to investigate crt heap?
Thanks
|
| Post Reply
|
| Re: crt heap |
 |
Fri, 14 Mar 2008 18:48:31 -070 |
Excluding the case of Small Block Allocator (that was introduced inVC6,
and then it was disabled fro 64-bit platforms), the C-Runtime heap
is one of the NtDll heap, whose handle is normally referenced
in msvcrXXX!_crtheap (where XXX depends on the runtime version).
In this case `!heap` is all what you need
--
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"jaj" <a.yukhanov@gmail.com> wrote in message
news:eKpsvGchIHA.5204@TK2MSFTNGP02.phx.gbl...
> Are there any extensions for windbg to investigate crt heap?
> Thanks
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|