public static class RPmallocThreadStatistics.size_use.Buffer extends org.lwjgl.system.StructBuffer<RPmallocThreadStatistics.size_use,RPmallocThreadStatistics.size_use.Buffer>
RPmallocThreadStatistics.size_use structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
size_use.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
alloc_current()
Returns the value of the
alloc_current field. |
long |
alloc_peak()
Returns the value of the
alloc_peak field. |
long |
alloc_total()
Returns the value of the
alloc_total field. |
long |
free_total()
Returns the value of the
free_total field. |
long |
map_calls()
Returns the value of the
map_calls field. |
long |
spans_from_cache()
Returns the value of the
spans_from_cache field. |
long |
spans_from_reserved()
Returns the value of the
spans_from_reserved field. |
long |
spans_to_cache()
Returns the value of the
spans_to_cache field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
size_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.size_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 alloc_current()
alloc_current field.public long alloc_peak()
alloc_peak field.public long alloc_total()
alloc_total field.public long free_total()
free_total field.public long spans_to_cache()
spans_to_cache field.public long spans_from_cache()
spans_from_cache field.public long spans_from_reserved()
spans_from_reserved field.public long map_calls()
map_calls field.Copyright LWJGL. All Rights Reserved. License terms.