allocate_pointer Interface

public interface allocate_pointer

Calls

interface~~allocate_pointer~~CallsGraph interface~allocate_pointer allocate_pointer proc~allocate_pointer_int32 allocate_pointer_int32 interface~allocate_pointer->proc~allocate_pointer_int32 proc~allocate_pointer_int64 allocate_pointer_int64 interface~allocate_pointer->proc~allocate_pointer_int64 proc~allocate_pointer_real128 allocate_pointer_real128 interface~allocate_pointer->proc~allocate_pointer_real128 proc~allocate_pointer_real32 allocate_pointer_real32 interface~allocate_pointer->proc~allocate_pointer_real32 proc~allocate_pointer_real64 allocate_pointer_real64 interface~allocate_pointer->proc~allocate_pointer_real64 proc~allocate_rank1_int32_pointer allocate_rank1_int32_pointer interface~allocate_pointer->proc~allocate_rank1_int32_pointer proc~allocate_rank1_int32_specify_pointer allocate_rank1_int32_specify_pointer interface~allocate_pointer->proc~allocate_rank1_int32_specify_pointer proc~allocate_rank1_int64_pointer allocate_rank1_int64_pointer interface~allocate_pointer->proc~allocate_rank1_int64_pointer proc~allocate_rank1_int64_specify_pointer allocate_rank1_int64_specify_pointer interface~allocate_pointer->proc~allocate_rank1_int64_specify_pointer proc~allocate_rank1_logical_pointer allocate_rank1_logical_pointer interface~allocate_pointer->proc~allocate_rank1_logical_pointer proc~allocate_rank1_logical_specify_pointer allocate_rank1_logical_specify_pointer interface~allocate_pointer->proc~allocate_rank1_logical_specify_pointer proc~allocate_rank1_real128_pointer allocate_rank1_real128_pointer interface~allocate_pointer->proc~allocate_rank1_real128_pointer proc~allocate_rank1_real128_specify_pointer allocate_rank1_real128_specify_pointer interface~allocate_pointer->proc~allocate_rank1_real128_specify_pointer proc~allocate_rank1_real32_pointer allocate_rank1_real32_pointer interface~allocate_pointer->proc~allocate_rank1_real32_pointer proc~allocate_rank1_real32_specify_pointer allocate_rank1_real32_specify_pointer interface~allocate_pointer->proc~allocate_rank1_real32_specify_pointer proc~allocate_rank1_real64_pointer allocate_rank1_real64_pointer interface~allocate_pointer->proc~allocate_rank1_real64_pointer proc~allocate_rank1_real64_specify_pointer allocate_rank1_real64_specify_pointer interface~allocate_pointer->proc~allocate_rank1_real64_specify_pointer proc~error_message error_message proc~allocate_pointer_int32->proc~error_message proc~allocate_pointer_int64->proc~error_message proc~allocate_pointer_real128->proc~error_message proc~allocate_pointer_real32->proc~error_message proc~allocate_pointer_real64->proc~error_message proc~allocate_rank1_int32_pointer->proc~error_message proc~allocate_rank1_int32_specify_pointer->proc~error_message proc~allocate_rank1_int64_pointer->proc~error_message proc~allocate_rank1_int64_specify_pointer->proc~error_message proc~allocate_rank1_logical_pointer->proc~error_message proc~allocate_rank1_logical_specify_pointer->proc~error_message proc~allocate_rank1_real128_pointer->proc~error_message proc~allocate_rank1_real128_specify_pointer->proc~error_message proc~allocate_rank1_real32_pointer->proc~error_message proc~allocate_rank1_real32_specify_pointer->proc~error_message proc~allocate_rank1_real64_pointer->proc~error_message proc~allocate_rank1_real64_specify_pointer->proc~error_message log_error log_error proc~error_message->log_error

Module Procedures

private subroutine allocate_pointer_int32(iptr)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), pointer :: iptr

private subroutine allocate_pointer_int64(iptr)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), pointer :: iptr

private subroutine allocate_pointer_real32(dptr)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), pointer :: dptr

private subroutine allocate_pointer_real64(dptr)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), pointer :: dptr

private subroutine allocate_pointer_real128(dptr)

Arguments

Type IntentOptional Attributes Name
real(kind=real128), pointer :: dptr

private subroutine allocate_rank1_int32_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: size

private subroutine allocate_rank1_int64_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), dimension(:), pointer :: array
integer(kind=int64), intent(in) :: size

private subroutine allocate_rank1_real32_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: size

private subroutine allocate_rank1_real64_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: size

private subroutine allocate_rank1_real128_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
real(kind=real128), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: size

private subroutine allocate_rank1_logical_pointer(array, size)

Arguments

Type IntentOptional Attributes Name
logical, intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: size

private subroutine allocate_rank1_int32_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: first
integer(kind=int32), intent(in) :: last

private subroutine allocate_rank1_int64_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(inout), dimension(:), pointer :: array
integer(kind=int64), intent(in) :: first
integer(kind=int64), intent(in) :: last

private subroutine allocate_rank1_real32_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
real(kind=real32), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: first
integer(kind=int32), intent(in) :: last

private subroutine allocate_rank1_real64_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: first
integer(kind=int32), intent(in) :: last

private subroutine allocate_rank1_real128_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
real(kind=real128), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: first
integer(kind=int32), intent(in) :: last

private subroutine allocate_rank1_logical_specify_pointer(array, first, last)

Arguments

Type IntentOptional Attributes Name
logical(kind=4), intent(inout), dimension(:), pointer :: array
integer(kind=int32), intent(in) :: first
integer(kind=int32), intent(in) :: last