mem_alloc Subroutine

private subroutine mem_alloc(alloc_bytes, ptr)

Dummy method. Raises error stop

Type Bound

cufft_executor

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: alloc_bytes

Number of bytes to allocate

type(c_ptr), intent(out) :: ptr

Allocated pointer