Function 関数

NSDeallocateMemoryPages(_:_:)

Deallocates the specified block of memory. 指定されたメモリのブロックをデアロケートします。

Declaration 宣言

func NSDeallocateMemoryPages(_ ptr: UnsafeMutableRawPointer, 
                           _ bytes: Int)

Discussion 議論

This function deallocates memory that was allocated with NSAllocateMemoryPages. この関数は、NSAllocateMemoryPagesでアロケートされたメモリをデアロケートします。

See Also 参照

Memory Management メモリ管理