Re: windbg digest: March 05, 2018

I normally use

!address -summary

and check the kinds of memory being used to discern if memory leaking is
happening.

On Mar 5, 2018 23:00, “Kernel Debugging Interest List digest” <
xxxxx@lists.osr.com> wrote:

WINDBG Digest for Monday, March 05, 2018.

  1. get size of all allocated memory
  2. Re: get size of all allocated memory
  3. RE: get size of all allocated memory

Subject: get size of all allocated memory
From: xxxxx@hotmail.com
Date: Mon, 5 Mar 2018 03:38:02 -0500 (EST)
X-Message-Number: 1

Hi guys,
is there any way to get total size of allocated memory from a app crash
dump?
I know !heap can return details for specific heap, but is there a way to
display total size directly?

Regards
Herb


Subject: Re: get size of all allocated memory
From: Tim Roberts
> Date: Mon, 5 Mar 2018 08:28:23 -0800
> X-Message-Number: 2
>
> "xxxxx@hotmail.com windbg"@lists.osr.com wrote:
> > is there any way to get total size of allocated memory from a app crash
> dump?
> > I know !heap can return details for specific heap, but is there a way to
> display total size directly?
>
> I’m not sure “total size of allocated memory” has any meaning. What are
> you hoping to do with this information? Are you looking for kernel-mode
> memory, or user-mode memory for one process, or for all processes?
>
> –
> Tim Roberts, xxxxx@probo.com
> Providenza & Boekelheide, Inc.
>
>
> ----------------------------------------------------------------------
>
> Subject: RE: get size of all allocated memory
> From: xxxxx@hotmail.com
> Date: Mon, 5 Mar 2018 20:56:37 -0500 (EST)
> X-Message-Number: 3
>
> Hi Tim,
> It is about user mode memory, I want to know this because I occasionally
> see memory allocation failure when analyzing user uploaded dumps, I want to
> confirm if it is really caused by memory leak.
>
> Regards
> Herb
>
>
>
>
> —
>
> END OF DIGEST
>
> —
> You are currently subscribed to windbg as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>