Need a tool to detect memory leaks in C code

前端 未结 6 1129
长发绾君心
长发绾君心 2021-02-11 00:16

Is there a good application (that has some kind of gui) for testing memory leaks in c code. I would really like to test my assignment/programme but being very new to this, i str

6条回答
  •  执笔经年
    2021-02-11 00:44

    On Windows, HeapMon may be of some interest, although it does not explicitly tell you where are your leaks.

提交回复
热议问题