allocator_t Interface

public interface allocator_t

Calls

interface~~allocator_t~~CallsGraph interface~allocator_t m_allocator::allocator_t proc~allocator_init m_allocator::allocator_init interface~allocator_t->proc~allocator_init

Module Procedures

public function allocator_init(dims, sz) result(allocator)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dims(3)
integer, intent(in) :: sz

Return Value type(allocator_t)