NUMA node-specific Object Attributes. More...
#include <hwloc.h>
Data Structures | |
struct | hwloc_memory_page_type_s |
Array of local memory page types, NULL if no local memory and page_types is 0. More... | |
Data Fields | |
hwloc_uint64_t | local_memory |
unsigned | page_types_len |
struct hwloc_obj_attr_u::hwloc_numanode_attr_s::hwloc_memory_page_type_s * | page_types |
NUMA node-specific Object Attributes.
hwloc_uint64_t hwloc_obj_attr_u::hwloc_numanode_attr_s::local_memory |
Local memory (in bytes).
struct hwloc_obj_attr_u::hwloc_numanode_attr_s::hwloc_memory_page_type_s * hwloc_obj_attr_u::hwloc_numanode_attr_s::page_types |
Array of local memory page types, NULL
if no local memory and page_types
is 0.
The array is sorted by increasing size
fields. It contains page_types_len
slots.
Size of array page_types
.