OpenCMISS-Iron Internal API Documentation
comp_environment::cache_type Type Reference

Contains information on a cache heirarchy. More...

Private Attributes

integer(intg) number_levels
 The number of levels in the cache hierarchy. More...
 
integer(intg), dimension(:), allocatable size
 SIZE(level_idx). The size of the level_idx'th cache level. More...
 

Detailed Description

Contains information on a cache heirarchy.

Definition at line 90 of file computational_environment.f90.

Member Data Documentation

integer(intg) comp_environment::cache_type::number_levels
private

The number of levels in the cache hierarchy.

Definition at line 91 of file computational_environment.f90.

integer(intg), dimension(:), allocatable comp_environment::cache_type::size
private

SIZE(level_idx). The size of the level_idx'th cache level.

Definition at line 92 of file computational_environment.f90.