Retrieve Heap memory size and its usage statistics etc...?
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/17
6:03 UTC
Read the original article
Hit count: 283
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