Package org.lwjgl.util.hwloc
Class hwloc_numanode_attr_s
- All Implemented Interfaces:
Pointer
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;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionhwloc_numanode_attr_s
(ByteBuffer container) Creates ahwloc_numanode_attr_s
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic hwloc_numanode_attr_s
create
(long address) Returns a newhwloc_numanode_attr_s
instance for the specified memory address.static hwloc_numanode_attr_s.Buffer
create
(long address, int capacity) Create ahwloc_numanode_attr_s.Buffer
instance at the specified memory.static @Nullable hwloc_numanode_attr_s
createSafe
(long address) static @Nullable hwloc_numanode_attr_s.Buffer
createSafe
(long address, int capacity) long
static long
nlocal_memory
(long struct) Unsafe version oflocal_memory()
.static @Nullable hwloc_memory_page_type_s.Buffer
npage_types
(long struct) Unsafe version ofpage_types()
.static int
npage_types_len
(long struct) Unsafe version ofpage_types_len()
.@Nullable hwloc_memory_page_type_s.Buffer
int
int
sizeof()
Returnssizeof(struct)
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
LOCAL_MEMORY
public static final int LOCAL_MEMORYThe struct member offsets. -
PAGE_TYPES_LEN
public static final int PAGE_TYPES_LENThe struct member offsets. -
PAGE_TYPES
public static final int PAGE_TYPESThe struct member offsets.
-
-
Constructor Details
-
hwloc_numanode_attr_s
Creates ahwloc_numanode_attr_s
instance at the current position of the specifiedByteBuffer
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
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<hwloc_numanode_attr_s>
-
local_memory
public long local_memory()- Returns:
- the value of the
local_memory
field.
-
page_types_len
public int page_types_len()- Returns:
- the value of the
page_types_len
field.
-
page_types
- Returns:
- a
hwloc_memory_page_type_s.Buffer
view of the struct array pointed to by thepage_types
field.
-
create
Returns a newhwloc_numanode_attr_s
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_numanode_attr_s.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
nlocal_memory
public static long nlocal_memory(long struct) Unsafe version oflocal_memory()
. -
npage_types_len
public static int npage_types_len(long struct) Unsafe version ofpage_types_len()
. -
npage_types
Unsafe version ofpage_types()
.
-