Memory Management Functions
メモリ管理関数
Perform low-level memory management tasks.
ローレベルメモリ管理タスクを実行します。
Topics
話題
Core Foundation ARC Integration
Core Foundation ARC 統合
CFBridgingRetain
Casts an Objective-C pointer to a Core Foundation pointer and also transfers ownership to the caller.
Objective-CポインタをCore Foundationポインタにキャストします、そしてまた所有権を呼出し側に移します。
CFBridgingRelease
Moves a non-Objective-C pointer to Objective-C and also transfers ownership to ARC.
非Objective-CポインタをObjective-Cに移動します、そしてまた所有権をARCに移します。
Memory Management
メモリ管理
NSLogPageSize
Returns the binary log of the page size.
ページサイズのバイナリログを返します。
NSPageSize
Returns the number of bytes in a page.
あるページの中のバイト数を返します。
NSRoundUpToMultipleOfPageSize
Returns the specified number of bytes rounded up to a multiple of the page size.
指定されたバイト数を返します、ページサイズの倍数に端数を切り上げられます。
See Also
参照
Memory Management
メモリ管理
NSAutoreleasePool
An object that supports Cocoa’s reference-counted memory management system.
あるオブジェクト、それはCocoaのもつ参照カウントメモリ管理システムをサポートします。