How to detect memory leaks in a dll library?

956 Views Asked by At

I have d7 and dll library. How can i attach the memcheck to that library, that I could detect memory leaks in it?

1

There are 1 best solutions below

0
On

Expecially for memory leaks in dll's (IIS Web application) I am using Eurekalog which also handels Memory leaks and shows where they occur!