logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hwloc_obj_attr_u::hwloc_cache_attr_s

Author

       Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.

Hardware Locality (hwloc)                        Version 2.12.0          hwloc_obj_attr_u::hwloc_cache_attr_s(3)

Detailed Description

       Cache-specific Object Attributes.

Field Documentation

inthwloc_obj_attr_u::hwloc_cache_attr_s::associativity
       Ways of associativity, -1 if fully associative, 0 if unknown.

   unsignedhwloc_obj_attr_u::hwloc_cache_attr_s::depth
       Depth of cache (e.g., L1, L2, ...etc.)

   unsignedhwloc_obj_attr_u::hwloc_cache_attr_s::linesize
       Cache-line size in bytes. 0 if unknown.

   hwloc_uint64_thwloc_obj_attr_u::hwloc_cache_attr_s::size
       Size of cache in bytes.

   hwloc_obj_cache_type_thwloc_obj_attr_u::hwloc_cache_attr_s::type
       Cache type.

Name

       hwloc_obj_attr_u::hwloc_cache_attr_s

Synopsis

       #include <hwloc.h>

   DataFields
       hwloc_uint64_t size
       unsigned depth
       unsigned linesize
       int associativityhwloc_obj_cache_type_ttype

See Also