Book Image

Objective C Memory Management Essentials

Book Image

Objective C Memory Management Essentials

Overview of this book

Table of Contents (18 chapters)
Objective-C Memory Management Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we focused our attention on Automatic Reference Counter, its advantages, how it works, and how to properly set up and integrate it into current projects.

In the next chapter, we will talk about the autorelease pool mechanism and its classes, blocks, and threads. We will also understand the memory model in Objective-C. I hope this chapter has provided you with a good understanding of ARC.