memUnmap

external fun memUnmap(ptr: Long, size: Int): Int

Unmap the backing memory of a given address range. (cuMemUnmap)

Parameters

ptr

Starting address for the virtual address range to unmap

size

Size of the virtual address range to unmap