NSAllocateMemoryPages
Allocates a new block of memory.
新しいメモリのブロックをアロケートします。
NSCopyMemoryPages
Copies a block of memory.
メモリのブロックをコピーします。
NSDeallocateMemoryPages
Deallocates the specified block of memory.
指定されたメモリのブロックをデアロケートします。
NSLogPageSize
Returns the binary log of the page size.
ページサイズのバイナリログを返します。
NSRealMemoryAvailable
Returns information about the user’s system.
ユーザのシステムについての情報を返します。
NSRoundDownToMultipleOfPageSize
Returns the specified number of bytes rounded down to a multiple of the page size.
指定されたバイト数を返します、ページサイズの倍数に端数を切り下げられます。
NSRoundUpToMultipleOfPageSize
Returns the specified number of bytes rounded up to a multiple of the page size.
指定されたバイト数を返します、ページサイズの倍数に端数を切り上げられます。