allocator_init Function

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)


Called by

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