[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange crasher that puzzles me
From: |
Eric Wasylishen |
Subject: |
Re: strange crasher that puzzles me |
Date: |
Tue, 31 Mar 2009 09:27:36 -0600 |
> Are there any easy rules of thumb to follow, any good documentation about
> memory-management in objective-c for the "beginner" like me?
> So if anyone remembers a document that made him think after reading: "ah,
> thats the way how it works" then you could make me happy pointing me to such
> a document ;)
>
> IIRC, I read that "Hold Me, Use Me, Free Me", which is nice, but that did not
> helped me much in uderstanding everything completely.
Hi Sebastian,
As a beginner, I found this helpful:
http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html
Eric