Where to check for heap memory size and its usage statistics etc... in windows?
Posted
by AKN
on Stack Overflow
See other posts from Stack Overflow
or by AKN
Published on 2010-06-16T12:32:16Z
Indexed on
2010/06/16
12:32 UTC
Read the original article
Hit count: 266
memory-leaks
|heap-memory
Lets say I open some application or process. Did some work with that. Now I closed it.
Need to know whether this application caused any memory leak. i.e used up some heap memory and not cleared it properly.
Can I get this statistics some how? I'm using Visual Studio (for development) under Windows OS.
Even I would be interested in knowing this information for any 3rd party application.
© Stack Overflow or respective owner