pub unsafe extern "C" fn hipMemGetAddressRange(
    pbase: *mut *mut c_void,
    psize: *mut usize,
    dptr: *mut c_void
) -> hipError_t
Expand 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