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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to