Package org.lwjgl.util.hwloc
Class hwloc_topology_discovery_support
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<hwloc_topology_discovery_support>
org.lwjgl.util.hwloc.hwloc_topology_discovery_support
- All Implemented Interfaces:
Pointer
struct hwloc_topology_discovery_support {
unsigned char pu;
unsigned char numa;
unsigned char numa_memory;
unsigned char disallowed_pu;
unsigned char disallowed_numa;
unsigned char cpukind_efficiency;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofhwloc_topology_discovery_support
structs.Nested 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 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_topology_discovery_support
(ByteBuffer container) Creates ahwloc_topology_discovery_support
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
create
(long address) Returns a newhwloc_topology_discovery_support
instance for the specified memory address.create
(long address, int capacity) Create ahwloc_topology_discovery_support.Buffer
instance at the specified memory.static @Nullable hwloc_topology_discovery_support
createSafe
(long address) static @Nullable hwloc_topology_discovery_support.Buffer
createSafe
(long address, int capacity) boolean
boolean
static boolean
ncpukind_efficiency
(long struct) Unsafe version ofcpukind_efficiency()
.static boolean
ndisallowed_numa
(long struct) Unsafe version ofdisallowed_numa()
.static boolean
ndisallowed_pu
(long struct) Unsafe version ofdisallowed_pu()
.static boolean
nnuma
(long struct) Unsafe version ofnuma()
.static boolean
nnuma_memory
(long struct) Unsafe version ofnuma_memory()
.static boolean
npu
(long struct) Unsafe version ofpu()
.boolean
numa()
boolean
boolean
pu()
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. -
PU
public static final int PUThe struct member offsets. -
NUMA
public static final int NUMAThe struct member offsets. -
NUMA_MEMORY
public static final int NUMA_MEMORYThe struct member offsets. -
DISALLOWED_PU
public static final int DISALLOWED_PUThe struct member offsets. -
DISALLOWED_NUMA
public static final int DISALLOWED_NUMAThe struct member offsets. -
CPUKIND_EFFICIENCY
public static final int CPUKIND_EFFICIENCYThe struct member offsets.
-
-
Constructor Details
-
hwloc_topology_discovery_support
Creates ahwloc_topology_discovery_support
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_topology_discovery_support>
-
pu
public boolean pu()- Returns:
- the value of the
pu
field.
-
numa
public boolean numa()- Returns:
- the value of the
numa
field.
-
numa_memory
public boolean numa_memory()- Returns:
- the value of the
numa_memory
field.
-
disallowed_pu
public boolean disallowed_pu()- Returns:
- the value of the
disallowed_pu
field.
-
disallowed_numa
public boolean disallowed_numa()- Returns:
- the value of the
disallowed_numa
field.
-
cpukind_efficiency
public boolean cpukind_efficiency()- Returns:
- the value of the
cpukind_efficiency
field.
-
create
Returns a newhwloc_topology_discovery_support
instance for the specified memory address. -
createSafe
-
create
Create ahwloc_topology_discovery_support.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable hwloc_topology_discovery_support.Buffer createSafe(long address, int capacity) -
npu
public static boolean npu(long struct) Unsafe version ofpu()
. -
nnuma
public static boolean nnuma(long struct) Unsafe version ofnuma()
. -
nnuma_memory
public static boolean nnuma_memory(long struct) Unsafe version ofnuma_memory()
. -
ndisallowed_pu
public static boolean ndisallowed_pu(long struct) Unsafe version ofdisallowed_pu()
. -
ndisallowed_numa
public static boolean ndisallowed_numa(long struct) Unsafe version ofdisallowed_numa()
. -
ncpukind_efficiency
public static boolean ncpukind_efficiency(long struct) Unsafe version ofcpukind_efficiency()
.
-