How to use Application Verifier to find memory leaks

后端 未结 6 1684
予麋鹿
予麋鹿 2020-12-30 10:35

I want to find memory leaks in my application using standard utilities. Previously I used my own memory allocator, but other people (yes, you AlienFluid) suggested to use Mi

6条回答
  •  再見小時候
    2020-12-30 11:02

    Memory Validator from Software Verification will catch memory leaks, and show the complete callstack from the leak's allocation. While it is a commercial product, it has a trial period so programmers can try it and see if it is worth the price to them.

提交回复
热议问题