jjw

写给自己的博客。 记录学习的点滴以备查。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

lazarus 检测内存泄漏

Posted on 2021-01-26 21:56  jjw  阅读(221)  评论(0编辑  收藏  举报

用法:不要手工添加heaptrc单元,应该在编译选项中勾选

Using heaptrc in Lazarus

To enable this in your Lazarus project:

  1. Go to Project Options/Linking and
  2. in the Debugging section enable Use Heaptrc unit (check for mem-leaks) (-gh)

详见:https://wiki.freepascal.org/heaptrc