开发者

iPhone memory testing

I'm testing iPhone allocations. I have a UITableView with 3 custom cells. When I switch between 2 views Malloc parameter is rising for about 0.1开发者_开发技巧KB.

iPhone memory testing

Is that normal? No leaks found.


The Simple Rule: Only fire up Instruments if your app lags on an actual device.

Extension to The Simple Rule: Fire up Instruments to search leaks, but don't worry if they are from Apple libraries.


The view needs to render again, this costs some memory, especially for the transitioning animation.

I don't think 100 bytes are something you need to be afraid of, but I'm pretty sure this is normal.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜