Function 関数

NSRoundUpToMultipleOfPageSize(_:)

Returns the specified number of bytes rounded up to a multiple of the page size. 指定されたバイト数を返します、ページサイズの倍数に端数を切り上げられます。

Declaration 宣言

func NSRoundUpToMultipleOfPageSize(_ bytes: Int) -> Int

Return Value 戻り値

In bytes, the multiple of the page size that is closest to, but not less than, byteCount (that is, the number of bytes rounded up to a multiple of the page size). バイトで、ベージサイズの倍数、それはbyteCountに最も近い、しかしそれより小さくありません(すなわち、ページサイズの倍数に切り上げられたバイト数)。

See Also 参照

Memory Management メモリ管理