NSAllocateObject
Creates and returns a new instance of a given class.
与えられたクラスのある新しいインスタンスを作成して返します。
NSDecrementExtraRefCountWasZero
Decrements the specified object’s reference count.
指定されたオブジェクトの持つ参照カウントを漸減します。
NSExtraRefCount
Returns the specified object’s reference count.
指定されたオブジェクトの持つ参照カウントを返します。
NSIncrementExtraRefCount
Increments the specified object’s reference count.
指定されたオブジェクトの持つ参照カウントを漸増します。
NSShouldRetainWithZone
Indicates whether an object should be retained.
あるオブジェクトがリテイン(保持)されるべきかどうかを指し示します。