Re: reasonable way of avoiding using autorelase?
Re: reasonable way of avoiding using autorelase?
- Subject: Re: reasonable way of avoiding using autorelase?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 28 Mar 2003 15:30:13 +0000
On Friday, March 28, 2003, at 03:14 pm, Nicholas Riley wrote:
CF uses this technique, as do a lot of non-garbage-collecting object
systems.
CF doesn't use this technique all the time -- it only uses it if you
have a CFCopyXXX or CFCreateXXX function. There are some CFGetXXX
functions where you aren't responsible for disposing of the object
created. Most CF functions are Copy, though.
-- Finlay
_______________________________________________
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.