hipmemunmap Interface Reference#
hipfort::hipmemunmap Interface Reference
Unmap memory allocation of a given address range. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemunmap_ (ptr, mysize) |
Detailed Description
Unmap memory allocation of a given address range.
- Parameters
-
[in] ptr - starting address of the range to unmap. [in] size - size of the virtual address range.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotSupported
- Warning
- This API is marked as Beta. While this feature is complete, it can change and might have outstanding issues.
- Note
- This API is implemented on Linux and is under development on Microsoft Windows.
Member Function/Subroutine Documentation
◆ hipmemunmap_()
| integer(kind(hipsuccess)) function hipfort::hipmemunmap::hipmemunmap_ | ( | type(c_ptr), value | ptr, |
| integer(c_size_t), value | mysize | ||
| ) |
The documentation for this interface was generated from the following file: