> I'm not sure what [NSMutableData dataWithCapacity:0] does, but it's not a > simple call to CFDataCreateMutable(kCFAllocatorDefault, 0) which is why it > behaves differently as well.
It probably ignores the specified capacity, for a start. NSMutableDictionary does for its equivalent method, as does NSMutableArray IIRC. _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com