内存泄露的检测方法
2018-12-04 本文已影响0人
周二头
//静态检测方法
1.command+shift+b
2.target-->buildSetting-->analyze during 'build' //运行时检测内存泄露
//动态检测方法
1.debug memory 有内存泄露会感叹号提示
2.profile->leak
//静态检测方法
1.command+shift+b
2.target-->buildSetting-->analyze during 'build' //运行时检测内存泄露
//动态检测方法
1.debug memory 有内存泄露会感叹号提示
2.profile->leak