public static class RPmallocThreadStatistics.Buffer extends org.lwjgl.system.StructBuffer<RPmallocThreadStatistics,RPmallocThreadStatistics.Buffer> implements org.lwjgl.system.NativeResource
RPmallocThreadStatistics structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
RPmallocThreadStatistics.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
global_to_thread()
Returns the value of the
global_to_thread field. |
RPmallocThreadStatistics.size_use.Buffer |
size_use()
Returns a
RPmallocThreadStatistics.size_use.Buffer view of the size_use field. |
RPmallocThreadStatistics.size_use |
size_use(int index)
Returns a
RPmallocThreadStatistics.size_use view of the struct at the specified index of the size_use field. |
long |
sizecache()
Returns the value of the
sizecache field. |
RPmallocThreadStatistics.span_use.Buffer |
span_use()
Returns a
RPmallocThreadStatistics.span_use.Buffer view of the span_use field. |
RPmallocThreadStatistics.span_use |
span_use(int index)
Returns a
RPmallocThreadStatistics.span_use view of the struct at the specified index of the span_use field. |
long |
spancache()
Returns the value of the
spancache field. |
long |
thread_to_global()
Returns the value of the
thread_to_global field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
RPmallocThreadStatistics.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by RPmallocThreadStatistics.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public long sizecache()
sizecache field.public long spancache()
spancache field.public long thread_to_global()
thread_to_global field.public long global_to_thread()
global_to_thread field.public RPmallocThreadStatistics.span_use.Buffer span_use()
RPmallocThreadStatistics.span_use.Buffer view of the span_use field.public RPmallocThreadStatistics.span_use span_use(int index)
RPmallocThreadStatistics.span_use view of the struct at the specified index of the span_use field.public RPmallocThreadStatistics.size_use.Buffer size_use()
RPmallocThreadStatistics.size_use.Buffer view of the size_use field.public RPmallocThreadStatistics.size_use size_use(int index)
RPmallocThreadStatistics.size_use view of the struct at the specified index of the size_use field.Copyright LWJGL. All Rights Reserved. License terms.