@Name(value="Numa") public static class lept.NUMA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NUMA()
Default native constructor.
|
NUMA(long size)
Native array allocator.
|
NUMA(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
array()
number array
|
lept.NUMA |
array(FloatPointer array) |
float |
delx()
change in x value as i --> i + 1
|
lept.NUMA |
delx(float delx) |
int |
n()
number of numbers saved
|
lept.NUMA |
n(int n) |
int |
nalloc()
size of allocated number array
|
lept.NUMA |
nalloc(int nalloc) |
lept.NUMA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.NUMA |
refcount(int refcount) |
float |
startx()
x value assigned to array[0]
|
lept.NUMA |
startx(float startx) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NUMA()
public NUMA(long size)
Pointer.position(long).public NUMA(Pointer p)
Pointer.Pointer(Pointer).public lept.NUMA nalloc(int nalloc)
public lept.NUMA n(int n)
public lept.NUMA refcount(int refcount)
public lept.NUMA startx(float startx)
public lept.NUMA delx(float delx)
@Cast(value="l_float32*") public FloatPointer array()
public lept.NUMA array(FloatPointer array)
Copyright © 2019. All rights reserved.