简体   繁体   中英

Detect unmanaged memory leak in a managed application

I'm working on a project which the main application is written in C# and some of the infrastructure is in C++. I've just found that I have unmanaged memory leaks which I try to trace down. I've been marking code in and out for days already but was able to find only some of the leaks.

All leak detectors apps (purify, leak detector, etc') work only on unmanaged applications (while mine is in C#).

Any idea of good memory leak detectors for such cases? any other ideas?

Thanks a lot.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM