Contents

NSDeallocateMemoryPages(_:_:)

Deallocates the specified block of memory.

Declaration

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

Discussion

This function deallocates memory that was allocated with NSAllocateMemoryPages.

See Also

Memory Management