A B C D F G M O R S T U 

A

active() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the active field.
active() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the active field.
aligned_alloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
aligned_free(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
allocated() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the allocated field.
allocated() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the allocated field.

B

Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Creates a new RPmallocGlobalStatistics.Buffer instance backed by the specified container.
Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Creates a new RPmallocThreadStatistics.Buffer instance backed by the specified container.

C

cached() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Returns the value of the cached field.
cached() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns the value of the cached field.
cached_large() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Returns the value of the cached_large field.
cached_large() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns the value of the cached_large field.
calloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated with memCalloc.
calloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated with memCalloc.
calloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated with memCalloc.
calloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
callocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated on the specified MemoryStack and initializes all its bits to zero.
callocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated on the specified MemoryStack and initializes all its bits to zero.
create() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated with BufferUtils.
create() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated with BufferUtils.
create(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated with BufferUtils.
create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance for the specified memory address or null if the address is NULL.
create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance for the specified memory address or null if the address is NULL.
create(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Create a RPmallocGlobalStatistics.Buffer instance at the specified memory.
create(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Create a RPmallocThreadStatistics.Buffer instance at the specified memory.

D

deferred() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the deferred field.
deferred() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the deferred field.

F

free(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 

G

getAlignedAlloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
getAlignedFree() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
getCalloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
getFree() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
getMalloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
getRealloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
global_to_thread() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the global_to_thread field.
global_to_thread() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the global_to_thread field.

M

malloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated with memAlloc.
malloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated with memAlloc.
malloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated with memAlloc.
malloc(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
mallocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated on the thread-local MemoryStack.
mallocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated on the thread-local MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics.Buffer instance allocated on the specified MemoryStack.
mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics.Buffer instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns a new RPmallocGlobalStatistics instance allocated on the specified MemoryStack.
mallocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns a new RPmallocThreadStatistics instance allocated on the specified MemoryStack.
mapped() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Returns the value of the mapped field.
mapped() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns the value of the mapped field.
mapped_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Returns the value of the mapped_total field.
mapped_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns the value of the mapped_total field.

O

org.lwjgl.system.rpmalloc - package org.lwjgl.system.rpmalloc
Contains bindings to the rpmalloc library.

R

realloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
requested() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the requested field.
requested() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the requested field.
rpaligned_alloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpaligned_realloc(ByteBuffer, long, long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpcalloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(ByteBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(DoubleBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(FloatBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(IntBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(LongBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(ShortBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpfree(PointerBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
RPmalloc - Class in org.lwjgl.system.rpmalloc
Native bindings to the rpmalloc library.
rpmalloc_finalize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
Call at process exit to finalize the allocator.
rpmalloc_global_statistics(RPmallocGlobalStatistics) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_initialize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
Call at process start to initialize the allocator.
rpmalloc_is_thread_initialized() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
RPMALLOC_NO_PRESERVE - Static variable in class org.lwjgl.system.rpmalloc.RPmalloc
Flag to aligned_realloc to not preserve content in reallocation.
rpmalloc_thread_collect() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_thread_finalize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
Call at each thread exit to finalize and release thread cache back to global cache.
rpmalloc_thread_initialize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
Call at each thread start to initialize the thread local data for the allocator.
rpmalloc_thread_statistics(RPmallocThreadStatistics) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(ByteBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(DoubleBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(FloatBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(IntBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(LongBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(ShortBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpmalloc_usable_size(PointerBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
RPmallocAllocator - Class in org.lwjgl.system.rpmalloc
A MemoryUtil.MemoryAllocator implementation using the rpmalloc library.
RPmallocAllocator() - Constructor for class org.lwjgl.system.rpmalloc.RPmallocAllocator
 
RPmallocGlobalStatistics - Class in org.lwjgl.system.rpmalloc
Member documentation
RPmallocGlobalStatistics(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Creates a RPmallocGlobalStatistics instance at the current position of the specified ByteBuffer container.
RPmallocGlobalStatistics.Buffer - Class in org.lwjgl.system.rpmalloc
An array of RPmallocGlobalStatistics structs.
RPmallocThreadStatistics - Class in org.lwjgl.system.rpmalloc
Member documentation
RPmallocThreadStatistics(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Creates a RPmallocThreadStatistics instance at the current position of the specified ByteBuffer container.
RPmallocThreadStatistics.Buffer - Class in org.lwjgl.system.rpmalloc
An array of RPmallocThreadStatistics structs.
rpmemalign(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rpposix_memalign(PointerBuffer, long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 
rprealloc(ByteBuffer, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
 

S

sizecache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the sizecache field.
sizecache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the sizecache field.
sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
 
sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
 
sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
 
sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
 
SIZEOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
The struct size in bytes.
SIZEOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
The struct size in bytes.
spancache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the spancache field.
spancache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the spancache field.

T

thread_to_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
Returns the value of the thread_to_global field.
thread_to_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
Returns the value of the thread_to_global field.

U

unmapped_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
Returns the value of the unmapped_total field.
unmapped_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
Returns the value of the unmapped_total field.
A B C D F G M O R S T U