ManagedCuda.DriverAPINativeMethods.MemoryManagement.cuMemAllocPitch_v2 C# (CSharp) Method

cuMemAllocPitch_v2() private method

private cuMemAllocPitch_v2 ( ManagedCuda.BasicTypes.CUdeviceptr &dptr, ManagedCuda.BasicTypes.SizeT &pPitch, ManagedCuda.BasicTypes.SizeT WidthInBytes, ManagedCuda.BasicTypes.SizeT Height, uint ElementSizeBytes ) : CUResult
dptr ManagedCuda.BasicTypes.CUdeviceptr
pPitch ManagedCuda.BasicTypes.SizeT
WidthInBytes ManagedCuda.BasicTypes.SizeT
Height ManagedCuda.BasicTypes.SizeT
ElementSizeBytes uint
return CUResult
            public static extern CUResult cuMemAllocPitch_v2(ref CUdeviceptr dptr, ref SizeT pPitch, SizeT WidthInBytes, SizeT Height, uint ElementSizeBytes);