AndrewShmig

Untitled

May 1st, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (NSUInteger)retainCount
  2. {
  3.     return NSExtraRefCount(self) + 1;
  4. }
  5.  
  6. inline NSUInteger
  7. NSExtraRefCount(id anObject)
  8. {
  9.     return (struct obj_layout *)anObject)[-1].retained;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment