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.
ページサイズのバイナリログを返します。
NSPageSize
Returns the number of bytes in a page.
あるページの中のバイト数を返します。
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.
指定されたバイト数を返します、ページサイズの倍数に端数を切り上げられます。