Re: CFMakeCollectable
Re: CFMakeCollectable
- Subject: Re: CFMakeCollectable
- From: mmalc crawford <email@hidden>
- Date: Sat, 15 Mar 2008 19:06:30 -0700
On Mar 15, 2008, at 6:55 PM, Quincey Morris wrote:
1. In a GC-only app, does CFMakeCollectable mean exactly the same
thing as CFRelease? If not, what does it mean?
<http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcAPI.html#//apple_ref/doc/uid/TP40002467-SW2
>
2. In a GC-only app, do I *ever* need to use CFRetain or CFRelease?
It depends.
Are there still retain counts in CF objects? If so, what's the
retain count on a CF object returned by a function with "Create" in
its name, and what do I need to do about it?
<http://developer.apple.com/documentation/Cocoa/Conceptual/GarbageCollection/Articles/gcCoreFoundation.html#//apple_ref/doc/uid/TP40006687-SW3
>
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden