derivedType_memAlloc Program

Uses

  • program~~derivedtype_memalloc~~UsesGraph program~derivedtype_memalloc derivedType_memAlloc module~tem_logging_module tem_logging_module program~derivedtype_memalloc->module~tem_logging_module module~tem_arrayofarrays_module tem_arrayofarrays_module program~derivedtype_memalloc->module~tem_arrayofarrays_module module~tem_debug_module tem_debug_module program~derivedtype_memalloc->module~tem_debug_module module~tem_dyn_array_module tem_dyn_array_module program~derivedtype_memalloc->module~tem_dyn_array_module module~env_module env_module module~tem_logging_module->module~env_module module~aot_table_module aot_table_module module~tem_logging_module->module~aot_table_module module~aotus_module aotus_module module~tem_logging_module->module~aotus_module module~tem_arrayofarrays_module->module~tem_dyn_array_module module~tem_arrayofarrays_module->module~env_module module~tem_debug_module->module~tem_logging_module module~tem_debug_module->module~env_module module~flu_binding flu_binding module~tem_debug_module->module~flu_binding module~tem_debug_module->module~aot_table_module module~tem_tools_module tem_tools_module module~tem_debug_module->module~tem_tools_module module~tem_dyn_array_module->module~env_module module~env_module->module~flu_binding module~env_module->module~aotus_module iso_fortran_env iso_fortran_env module~env_module->iso_fortran_env mpi mpi module~env_module->mpi module~tem_tools_module->module~env_module

Calls

program~~derivedtype_memalloc~~CallsGraph program~derivedtype_memalloc derivedType_memAlloc interface~init~3 init program~derivedtype_memalloc->interface~init~3 interface~append~4 append program~derivedtype_memalloc->interface~append~4 proc~tem_reportstatus tem_reportStatus program~derivedtype_memalloc->proc~tem_reportstatus interface~tem_logging_init tem_logging_init program~derivedtype_memalloc->interface~tem_logging_init interface~destroy~3 destroy program~derivedtype_memalloc->interface~destroy~3 proc~init_ga_dynlong init_ga_dynlong interface~init~3->proc~init_ga_dynlong proc~append_ga_dynlong append_ga_dynlong interface~append~4->proc~append_ga_dynlong proc~append_ga_dynlong_vec append_ga_dynlong_vec interface~append~4->proc~append_ga_dynlong_vec proc~my_status_string my_status_string proc~tem_reportstatus->proc~my_status_string interface~tem_logging_isactive tem_logging_isActive proc~tem_reportstatus->interface~tem_logging_isactive proc~tem_logging_init_logger tem_logging_init_logger interface~tem_logging_init->proc~tem_logging_init_logger proc~tem_logging_init_primary tem_logging_init_primary interface~tem_logging_init->proc~tem_logging_init_primary proc~destroy_ga_dynlong destroy_ga_dynlong interface~destroy~3->proc~destroy_ga_dynlong proc~newunit newunit proc~my_status_string->proc~newunit proc~print_self_status print_self_status proc~my_status_string->proc~print_self_status proc~tem_logging_isactive_primary tem_logging_isActive_primary interface~tem_logging_isactive->proc~tem_logging_isactive_primary proc~tem_logging_isactive_for tem_logging_isActive_for interface~tem_logging_isactive->proc~tem_logging_isactive_for interface~expand~2 expand proc~append_ga_dynlong->interface~expand~2 proc~append_ga_dynlong_vec->interface~expand~2 proc~tem_logging_init_logger->proc~newunit proc~tem_connect_tonull tem_connect_toNull proc~tem_logging_init_logger->proc~tem_connect_tonull proc~tem_logging_init_primary->proc~tem_logging_init_logger proc~tem_connect_tonull->proc~newunit proc~expand_ga_dynlong expand_ga_dynlong interface~expand~2->proc~expand_ga_dynlong proc~print_self_status->proc~newunit

Contents


Variables

TypeAttributesNameInitial
type(outerDT_type), allocatable:: simpleArr(:)
type(outerDTarr_type), allocatable:: nestedArr(:)
type(outerDTpnt_type), allocatable:: nestedPnt(:)
type(grw_dynlongarray_type) :: array
type(dyn_longarray_type) :: tDynLongArray
type(tem_debug_type) :: debug
integer :: QQ
integer :: nElems
integer :: iElem
integer :: iSize
integer :: iArraySize
integer :: performTest
integer :: iInner
integer, allocatable:: elemSize(:)
integer, allocatable:: arraySize(:)
logical :: error
character(len=64) :: buffer

Derived Types

type :: innerDT_type

Components

TypeVisibilityAttributesNameInitial
integer, public :: test

type :: outerDT_type

Components

TypeVisibilityAttributesNameInitial
type(innerDT_type), public :: inner

Components

TypeVisibilityAttributesNameInitial
type(innerDT_type), public, allocatable:: inner(:)

Components

TypeVisibilityAttributesNameInitial
type(innerDT_type), public, pointer:: inner(:)