objective c - How can i test iphone application for memory leaks? -


what methods/tools can use check if in application iphone there no memory leaks? or how find , fix them?

use instruments: first build , install app on simulator. stop process again (the red shield says "task"), go run->run perfomance tool->leaks. start instruments preconfigured leaks , memory allocation tool. more info check out apple's memory usage performance guidelines (which has section on finding leaks): http://developer.apple.com/library/ios/#documentation/performance/conceptual/managingmemory/managingmemory.html


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -