Function 関数

NSAllocateMemoryPages(_:)

Allocates a new block of memory. 新しいメモリのブロックをアロケートします。

Declaration 宣言

func NSAllocateMemoryPages(_ bytes: Int) -> UnsafeMutableRawPointer

Discussion 議論

Allocates the integral number of pages whose total size is closest to, but not less than, byteCount. The allocated pages are guaranteed to be filled with zeros. If the allocation fails, raises NSInvalidArgumentException. 整数のページ数をアロケートします、それの全体のサイズはbyteCountに最も近い、しかしそれより小さくありません。アロケートされたページは、ゼロで満たされることを保証されます。アロケートが失敗するならば、NSInvalidArgumentExceptionが引き起こされます。

See Also 参照

Memory Management メモリ管理