AutoreleasePool mechanics
AutoreleasePool mechanics
- Subject: AutoreleasePool mechanics
- From: email@hidden (mikevannorsdel)
- Date: Thu, 20 Dec 2001 05:10:51 -0700
I'm curious to when autorelase pools flush their objects. Will an
autorelease pool not send release to any objects until it's released? Or
does the autorelease pool periodically do this? Is this behavior different
between the default autorelease pool in the AppKit's main thread and a
manually created one? What about objects that come over DO (bycopy)? What
pool do they go to and when are they released?