Function hip_sys::hiprt::hipMemGetAddressRange
source · pub unsafe extern "C" fn hipMemGetAddressRange(
pbase: *mut *mut c_void,
psize: *mut usize,
dptr: *mut c_void
) -> hipError_tExpand description
@brief Get information on memory allocations.
@param [out] pbase - BAse pointer address @param [out] psize - Size of allocation @param [in] dptr- Device Pointer
@returns #hipSuccess, #hipErrorInvalidDevicePointer
@see hipCtxCreate, hipCtxDestroy, hipCtxGetFlags, hipCtxPopCurrent, hipCtxGetCurrent, hipCtxSetCurrent, hipCtxPushCurrent, hipCtxSetCacheConfig, hipCtxSynchronize, hipCtxGetDevice