hwloc_obj_attr_u(3)
NAME
hwloc_obj_attr_u
Object type-specific Attributes.
SYNOPSIS
#include <hwloc.h> Data Structures struct hwloc_cache_attr_s Cache-specific Object Attributes. struct hwloc_machine_attr_s Machine-specific Object Attributes. struct hwloc_memory_attr_s Node-specific Object Attributes. struct hwloc_misc_attr_s Misc-specific Object Attributes. Data Fields struct hwloc_obj_attr_u::hwloc_cache_attr_s cache Cache-specific Object Attributes. struct hwloc_obj_attr_u::hwloc_memory_attr_s node Node-specific Object Attributes. struct hwloc_obj_attr_u::hwloc_machine_attr_s machine Machine-specific Object Attributes. struct hwloc_machine_attr_s system System-specific Object Attributes. struct hwloc_obj_attr_u::hwloc_misc_attr_s misc Misc-specific Object Attributes.
Detailed Description
Object type-specific Attributes.
Field Documentation
- struct hwloc_obj_attr_u::hwloc_cache_attr_s hwloc_obj_attr_u::cache
- Cache-specific Object Attributes.
- struct hwloc_obj_attr_u::hwloc_machine_attr_s hwloc_obj_attr_u::machine
- Machine-specific Object Attributes.
- struct hwloc_obj_attr_u::hwloc_misc_attr_s hwloc_obj_attr_u::misc
- Misc-specific Object Attributes.
- struct hwloc_obj_attr_u::hwloc_memory_attr_s hwloc_obj_attr_u::node
- Node-specific Object Attributes.
- struct hwloc_machine_attr_s hwloc_obj_attr_u::system [read]
- System-specific Object Attributes.
Author
- Generated automatically by Doxygen for Hardware Locality (hwloc) from
the source code.