How to use Application Verifier to find memory leaks

后端 未结 6 1657
予麋鹿
予麋鹿 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:01

    Visual Leak Detector (v2.2) is more useful than the CRT Debug Library because it will show the complete callstack used for memory allocation has led to the leak.

提交回复
热议问题