is ObjectAlloc broken?
is ObjectAlloc broken?
- Subject: is ObjectAlloc broken?
- From: Ken Victor <email@hidden>
- Date: Wed, 19 Oct 2005 16:43:48 -0700
i have an object and i've put calls to nslog at it init and dealloc
methods and in fact it is being allocated/inited once and being
dealloced once. however, when i run under ObjectAlloc (xcode 2.1; OS
X 10.4.2) it shows a current and peak and total count of 1, even
after my alloc/init/dealloc.
i get the following in the run log:
2005-10-19 16:41:24.871 ObjectAlloc[1652] *** WARNING: Method
setAutoresizesAllColumnsToFit: in class NSTableView is deprecated on
10.4 and later. It should not be used in new applications. Use
setColumnAutoresizingStyle: instead.
2005-10-19 16:41:24.872 ObjectAlloc[1652] *** WARNING: Method
autoresizesAllColumnsToFit in class NSTableView is deprecated on 10.4
and later. It should not be used in new applications. Use
columnAutoresizingStyle instead.
i don't know that i've used ObjectAlloc in a while. is it broken? (it
sure appears that way!) could the above use of deprecated method
cause the counts to get off?
thanx,
ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden