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