@Properties(inherit=hyperscan.class) public class hs_platform_info_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
hs_platform_info_t()
Default native constructor.
|
hs_platform_info_t(long size)
Native array allocator.
|
hs_platform_info_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
cpu_features()
Relevant CPU features available on the target platform
This value may be produced by combining HS_CPU_FEATURE_* flags (such as
\ref HS_CPU_FEATURES_AVX2).
|
hs_platform_info_t |
cpu_features(long setter) |
hs_platform_info_t |
position(long position) |
long |
reserved1()
Reserved for future use.
|
hs_platform_info_t |
reserved1(long setter) |
long |
reserved2()
Reserved for future use.
|
hs_platform_info_t |
reserved2(long setter) |
int |
tune()
Information about the target platform which may be used to guide the
optimisation process of the compile.
|
hs_platform_info_t |
tune(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic hs_platform_info_t()
public hs_platform_info_t(long size)
Pointer.position(long).public hs_platform_info_t(Pointer p)
Pointer.Pointer(Pointer).public hs_platform_info_t position(long position)
@Cast(value="unsigned int") public int tune()
public hs_platform_info_t tune(int setter)
@Cast(value="unsigned long long") public long cpu_features()
public hs_platform_info_t cpu_features(long setter)
public hs_platform_info_t reserved1(long setter)
public hs_platform_info_t reserved2(long setter)
Copyright © 2020. All rights reserved.