Re: Memory Management
Re: Memory Management
- Subject: Re: Memory Management
- From: John Randolph <email@hidden>
- Date: Tue, 29 Jul 2003 16:13:17 -0700
On Tuesday, July 29, 2003, at 11:23 AM, Nat! wrote:
Autorelease pools have some clear semantics. Every object added to an
autorelease pool gains a property, a guaranteed minimum lifetime.
Umm, no.
An object added to an autorelease pool is going to get a -release
message whenever the pool gets released, and that's all. The act of
adding it to the pool has no effect of guaranteeing a minimum lifetime.
-jcr
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.