NSRoundUpToMultipleOfPageSize(_:)
Returns the specified number of bytes rounded up to a multiple of the page size.
Declaration
func NSRoundUpToMultipleOfPageSize(_ bytes: Int) -> IntReturn 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).