Free Application to check Memory Leaks in Windows x64?

后端 未结 2 1309
花落未央
花落未央 2020-12-29 09:27

I have been assigned to check memory leak for an API by my boss. The Application is created in C & C++. So there is a possibility that memory is allocated using malloc &

2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 09:56

    I suggest using visual leak detector as it have served me well several times. You may also try to use valgrind for windows (although I had little success on doing that).Dr. Memory also helped me a few times.

    EDIT: also have a look here.

提交回复
热议问题