CAutoreleasePool

Declared In:

Introduction

Stack object that holds on to any CRefCountedObjects that you call Autorelease() on. Whatever object you create last becomes the current pool that autoreleased objects will be attached to, until it goes out of scope, at which point in time the previous pool is made current again.