2021年2月4日

How to detect memory leaks in QtCreator on Windows?

摘要: https://stackoverflow.com/questions/6825376/how-to-detect-memory-leaks-in-qtcreator-on-windows 阅读全文

posted @ 2021-02-04 11:05 liujx2019 阅读(68) 评论(0) 推荐(0)

Qt 内存泄漏查找工具 Deleaker 要付费的

摘要: https://www.deleaker.com/ 阅读全文

posted @ 2021-02-04 10:33 liujx2019 阅读(486) 评论(0) 推荐(0)

QStringList 可能占用大量内存

摘要: Qt / QTBUG-47645 https://bugreports.qt.io/browse/QTBUG-47645QStringList has memory leak? void xccxds::on_pushButton_1_clicked() { QStringList list; fo 阅读全文

posted @ 2021-02-04 10:20 liujx2019 阅读(816) 评论(0) 推荐(0)

Using select() for non-blocking sockets

摘要: 原问题 I am trying to use the select function to have non-blocking i/o between a server and 1 client (no more) where the communication flows nicely (can 阅读全文

posted @ 2021-02-04 10:16 liujx2019 阅读(125) 评论(0) 推荐(0)

导航