Class hwloc_numanode_attr_s

All Implemented Interfaces:
Pointer

public class hwloc_numanode_attr_s extends Struct<hwloc_numanode_attr_s>

 struct hwloc_numanode_attr_s {
     hwloc_uint64_t local_memory;
     unsigned page_types_len;
     {@link hwloc_memory_page_type_s hwloc_memory_page_type_s} * page_types;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • LOCAL_MEMORY

      public static final int LOCAL_MEMORY
      The struct member offsets.
    • PAGE_TYPES_LEN

      public static final int PAGE_TYPES_LEN
      The struct member offsets.
    • PAGE_TYPES

      public static final int PAGE_TYPES
      The struct member offsets.
  • Constructor Details

    • hwloc_numanode_attr_s

      public hwloc_numanode_attr_s(ByteBuffer container)
      Creates a hwloc_numanode_attr_s instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details