Tag Archives: memory management

Objective-C memory management

With Automatic Reference Counting (ARC) coming out soon, you could argue this post is coming almost too late. But there’s a lot of confusion over this, and I don’t think ARC will help much if you don’t understand the why … Continue reading

Posted in Technology | Tagged , , | Comments Off

Cocoa With Love (Matt Gallagher): Assign, retain, copy pitfalls in Objective-C.

Posted on by Steven Fisher | Comments Off

Cocoa With Love (Matt Gallagher): Memory and thread-safe custom property methods

Posted on by Steven Fisher | Comments Off

Matt Gallagher: Rules to avoid retain cycles

Posted on by Steven Fisher | Comments Off

Keeping optimal autorelease pools

Martin Pilkington on autorelease pools: However, a problem arises when you’re creating a lot of objects at once. The obvious solution is to initialise and release objects by hand in this case, but sometimes it isn’t possible. A lot of … Continue reading

Posted in Technology | Tagged , , , , | Comments Off