prif_allocate Interface

interface


Calls

interface~~prif_allocate~~CallsGraph interface~prif_allocate prif_allocate proc~prif_allocate prif_allocate interface~prif_allocate->proc~prif_allocate interface~caf_allocate caf_allocate proc~prif_allocate->interface~caf_allocate

public module module subroutine prif_allocate(size_in_bytes, allocated_memory, stat, errmsg, errmsg_alloc)

Arguments

TypeIntentOptionalAttributesName
integer(kind=c_size_t) :: size_in_bytes
type(c_ptr), intent(out) :: allocated_memory
integer(kind=c_int), intent(out), optional :: stat
character(len=*), intent(inout), optional :: errmsg
character(len=:), intent(inout), optional allocatable:: errmsg_alloc