How to find native memory leak in .net application?
Posted
by levanovd
on Stack Overflow
See other posts from Stack Overflow
or by levanovd
Published on 2010-05-31T13:15:37Z
Indexed on
2010/05/31
13:43 UTC
Read the original article
Hit count: 328
Hi all!
I have application written in C#. Memory usage shows that there is a memory leak. However, dotTrace shows that managed memory is OK, so I think that leak occurs in native memory (yes, there are some native calls in my application). How can I find the problem?
Thanks!
© Stack Overflow or respective owner