Liverpoololympia.com

Just clear tips for every day

Lifehacks

What are zombie objects?

What are zombie objects? Zombie objects are a debugging feature of Cocoa / CoreFoundation to help you catch memory errors – normally when an object’s refcount drops to zero it’s freed immediately, but that makes debugging difficult. What is zombie Read more…