Need a tool to detect memory leaks in C code

前端 未结 6 1130
长发绾君心
长发绾君心 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:36

    There's a gui for analyzing valgrind results: http://alleyoop.sourceforge.net/. Besides, there's (non-free) purify which is great, and i believe there's a trial. It has a GUI.


提交回复
热议问题