prif_allocate Module Procedure

module procedure prif_allocate 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

Calls

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

Called by

proc~~prif_allocate~~CalledByGraph proc~prif_allocate prif_allocate interface~prif_allocate prif_allocate interface~prif_allocate->proc~prif_allocate

Contents

None