Is there any better way to get the memory address than this?
NSLog(@"%p", anObject);
I would rather get the plain long value.