public static class RPmallocThreadStatistics.span_use.Buffer extends org.lwjgl.system.StructBuffer<RPmallocThreadStatistics.span_use,RPmallocThreadStatistics.span_use.Buffer>
RPmallocThreadStatistics.span_use structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
span_use.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
current()
Returns the value of the
current field. |
long |
from_cache()
Returns the value of the
from_cache field. |
long |
from_global()
Returns the value of the
from_global field. |
long |
from_reserved()
Returns the value of the
from_reserved field. |
long |
map_calls()
Returns the value of the
map_calls field. |
long |
peak()
Returns the value of the
peak field. |
long |
to_cache()
Returns the value of the
to_cache field. |
long |
to_global()
Returns the value of the
to_global field. |
long |
to_reserved()
Returns the value of the
to_reserved field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
span_use.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.span_use.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 current()
current field.public long peak()
peak field.public long to_global()
to_global field.public long from_global()
from_global field.public long to_cache()
to_cache field.public long from_cache()
from_cache field.public long to_reserved()
to_reserved field.public long from_reserved()
from_reserved field.public long map_calls()
map_calls field.Copyright LWJGL. All Rights Reserved. License terms.