Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is a very broad question. I'd start with Apple's <a href="http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html" rel="nofollow noreferrer">Memory Management Programming Guide for Cocoa</a>.</p> <p>There are many questions here which point to various memory management resources. These include</p> <ul> <li><a href="https://stackoverflow.com/questions/106627/memory-management-in-objective-c">Memory Management in Objective-C</a></li> <li><a href="https://stackoverflow.com/questions/6578/understanding-reference-counting-with-cocoa-objective-c">Understanding reference counting with Cocoa / Objective C</a></li> <li><a href="https://stackoverflow.com/questions/464908/iphone-development-lessons-in-memory-management">iPhone Development - Lessons in memory management</a></li> <li><a href="https://stackoverflow.com/questions/144261/memory-leak-detection-tools-in-xcode">Memory leak detection tools in XCode</a></li> <li><a href="https://stackoverflow.com/questions/494327/how-do-you-detect-memory-leaks-on-iphone">How do you detect memory leaks on iPhone?</a></li> <li><a href="https://stackoverflow.com/questions/1634067/iphone-analyzing-leaks-with-instruments">IPHONE: Analyzing leaks with instruments</a></li> <li><a href="https://stackoverflow.com/questions/475539/iphone-development-preventing-leaks">iPhone development - preventing leaks</a></li> <li><a href="https://stackoverflow.com/questions/281764/in-cocoatouch-iphone-os-how-do-i-find-eliminate-leaks-that-the-instruments-leak">In CocoaTouch (iPhone OS) how do I find/eliminate leaks that the Instruments Leak tool doesn’t find?</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload