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