Objective-C Runtime Utilities
Objective-Cランタイムユーティリティ
Interact with the Objective-C runtime.
Objective-Cランタイムと相互作用します。
Topics
話題
Serialization
シリアライゼーション
NSGetSizeAndAlignment
Obtains the actual size and the aligned size of an encoded type.
エンコードされた型の実際のサイズとアラインされたサイズを獲得します。
Object Allocation and Deallocation
オブジェクトのアロケートとデアロケート
NSAllocateObject
Creates and returns a new instance of a given class.
与えられたクラスのある新しいインスタンスを作成して返します。
NSCopyObject
Creates an exact copy of an object.
あるオブジェクトの厳密コピーを作成します。
Deprecated
非推奨
NSExtraRefCount
Returns the specified object’s reference count.
指定されたオブジェクトの持つ参照カウントを返します。
Debugging
デバッグする
NSCountFrames
Returns the number of call frames on the stack.
スタック上の呼び出しフレームの数を返します。
NSFrameAddress
Returns the value of the frame pointer of the specified frame.
指定されたフレームのフレームポインタの値を返します。
NSIsFreedObject
Returns a Boolean indicating whether the specified object has been freed.
指定されたオブジェクトが自由にされてしまっているかどうかを指し示しているブール値を返します。
NSRecordAllocationEvent
Notes an object or zone allocation event and various other statistics, such as the time and current thread.
あるオブジェクトまたはゾーン割り当てイベントとさまざまな他の統計に注意を払います、たとえば時間と現在のスレッドなど。
NSReturnAddress
Returns the value of the return address of the specified frame.
指定されたフレームの返信アドレスの値を返します。