Tag Archives: memory management
Assign, retain, copy pitfalls in Objective-C
Cocoa With Love (Matt Gallagher): Assign, retain, copy pitfalls in Objective-C.
Memory and thread-safe custom property methods
Cocoa With Love (Matt Gallagher): Memory and thread-safe custom property methods
Rules to avoid retain cycles
Matt Gallagher: Rules to avoid retain cycles
Posted in Link
Tagged cocoa, iPhone, Mac OS X, memory management, objective-c, release retain, Software Development
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 Articles
Tagged autorelease, cocoa, Mac OS X, memory management, Software Development
Comments Off