How to detect memory leaks in a dll library?

940 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 answers

0
Niels 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!