MEM_USAGE_T Derived Type

type, private, bind(c) :: MEM_USAGE_T


Inherited by

type~~mem_usage_t~~InheritedByGraph type~mem_usage_t MEM_USAGE_T type~sulu_env SULU_ENV type~sulu_env->type~mem_usage_t mem_usage

Components

Type Visibility Attributes Name Initial
real(kind=C_FLOAT), public :: for_lu
real(kind=C_FLOAT), public :: total_needed

Source Code

type, bind(c) :: MEM_USAGE_T
   real(kind=C_FLOAT) :: for_lu
   real(kind=C_FLOAT) :: total_needed
endtype MEM_USAGE_T