Function 関数

NSCopyMemoryPages(_:_:_:)

Copies a block of memory. メモリのブロックをコピーします。

Declaration 宣言

func NSCopyMemoryPages(_ source: UnsafeRawPointer, 
                     _ dest: UnsafeMutableRawPointer, 
                     _ bytes: Int)

Discussion 議論

Copies (or copies on write) byteCount bytes from source to destination. byteCountバイトをsourceからdestinationへとコピー(またはコピーオンライト)します。

See Also 参照

Memory Management メモリ管理