prif_size_bytes Module Procedure

module procedure prif_size_bytes module module subroutine prif_size_bytes(coarray_handle, data_size)

Arguments

TypeIntentOptionalAttributesName
type(prif_coarray_handle), intent(in) :: coarray_handle
integer(kind=c_size_t), intent(out) :: data_size

Calls

proc~~prif_size_bytes~~CallsGraph proc~prif_size_bytes prif_size_bytes call_assert call_assert proc~prif_size_bytes->call_assert proc~coarray_handle_check coarray_handle_check proc~prif_size_bytes->proc~coarray_handle_check assert_always assert_always proc~coarray_handle_check->assert_always

Called by

proc~~prif_size_bytes~~CalledByGraph proc~prif_size_bytes prif_size_bytes interface~prif_size_bytes prif_size_bytes interface~prif_size_bytes->proc~prif_size_bytes

Contents

None