mem_alloc_c32_2d Subroutine

private subroutine mem_alloc_c32_2d(self, alloc_size, ptr, sizes, lbounds, error_code)

Allocates pointer of rank 2

Type Bound

dtfft_plan_t

Arguments

Type IntentOptional Attributes Name
class(dtfft_plan_t), intent(inout) :: self

Abstract plan

integer(kind=int64), intent(in) :: alloc_size

Number of elements to allocate

complex(kind=real32), intent(out), pointer :: ptr(:,:)
integer(kind=int32), intent(in) :: sizes(2)
integer(kind=int32), intent(in), optional :: lbounds(2)
integer(kind=int32), intent(out), optional :: error_code

Optional error code returned to user


Calls

proc~~mem_alloc_c32_2d~~CallsGraph proc~mem_alloc_c32_2d dtfft_plan_t%mem_alloc_c32_2d proc~mem_alloc_ptr dtfft_plan_t%mem_alloc_ptr proc~mem_alloc_c32_2d->proc~mem_alloc_ptr interface~mem_alloc_host mem_alloc_host proc~mem_alloc_ptr->interface~mem_alloc_host is_null_ptr is_null_ptr proc~mem_alloc_ptr->is_null_ptr mem_alloc mem_alloc proc~mem_alloc_ptr->mem_alloc proc~dtfft_get_error_string dtfft_get_error_string proc~mem_alloc_ptr->proc~dtfft_get_error_string proc~get_log_enabled get_log_enabled proc~mem_alloc_ptr->proc~get_log_enabled proc~write_message write_message proc~mem_alloc_ptr->proc~write_message mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized