NSCreateZone
Creates a new zone.
新しいゾーンを作成します。
NSRecycleZone
Frees memory in a zone.
あるゾーンの中のメモリを自由にします。
NSSetZoneName
Sets the name of the specified zone.
指定されたゾーンの名前を設定します。
NSZoneFree
Deallocates a block of memory in the specified zone.
指定されたゾーンの中のあるブロックのメモリをデアロケートします。
NSZoneFromPointer
Gets the zone for a given block of memory.
メモリのある与えられたブロックに対するゾーンを取得します。
NSZoneMalloc
Allocates memory in a zone.
メモリをあるゾーンにおいてアロケートします。
NSZoneName
Returns the name of the specified zone.
指定されたゾーンの名前を返します。
NSZoneRealloc
Allocates memory in a zone.
メモリをあるゾーンにおいてアロケートします。
NSDefaultMallocZone
Returns the default zone.
省略時のゾーンを返します。