A B C E F G H I M N O P R S T U
A
- aligned_alloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- aligned_free(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- ALIGNOF - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct alignment in bytes.
- ALIGNOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct alignment in bytes.
- alloc_current() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
alloc_current
field. - alloc_current() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
alloc_current
field. - ALLOC_CURRENT - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- alloc_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
alloc_peak
field. - alloc_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
alloc_peak
field. - ALLOC_PEAK - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- alloc_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
alloc_total
field. - alloc_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
alloc_total
field. - ALLOC_TOTAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
B
- Buffer(long, int) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
- Buffer(long, int) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
- 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. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Creates a new
size_use.Buffer
instance backed by the specified container. - Buffer(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Creates a new
span_use.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 - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
- callback(long) - Method in interface org.lwjgl.system.rpmalloc.RPMemoryMapCallbackI
- callback(long) - Method in interface org.lwjgl.system.rpmalloc.RPMemoryUnmapCallbackI
- calloc() - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated withmemCalloc
. - calloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics.Buffer
instance allocated withmemCalloc
. - calloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics.Buffer
instance allocated withmemCalloc
. - calloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- callocStack() - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero. - callocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated on the thread-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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-localMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
and initializes all its bits to zero. - callocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated on the specifiedMemoryStack
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 specifiedMemoryStack
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 specifiedMemoryStack
and initializes all its bits to zero. - create() - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated withBufferUtils
. - create() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics.Buffer
instance allocated withBufferUtils
. - create(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics.Buffer
instance allocated withBufferUtils
. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns a new
size_use
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns a new
span_use
instance for the specified memory address. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryMapCallback
-
Creates a
RPMemoryMapCallback
instance from the specified function pointer. - create(long) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryUnmapCallback
-
Creates a
RPMemoryUnmapCallback
instance from the specified function pointer. - 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. - create(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Create a
RPmallocThreadStatistics.size_use.Buffer
instance at the specified memory. - create(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Create a
RPmallocThreadStatistics.span_use.Buffer
instance at the specified memory. - create(RPMemoryMapCallbackI) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryMapCallback
-
Creates a
RPMemoryMapCallback
instance that delegates to the specifiedRPMemoryMapCallbackI
instance. - create(RPMemoryUnmapCallbackI) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryUnmapCallback
-
Creates a
RPMemoryUnmapCallback
instance that delegates to the specifiedRPMemoryUnmapCallbackI
instance. - createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryMapCallback
- createSafe(long) - Static method in class org.lwjgl.system.rpmalloc.RPMemoryUnmapCallback
- createSafe(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
- createSafe(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
- createSafe(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
- createSafe(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
- current() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
current
field. - current() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
current
field. - CURRENT - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
E
- enable_huge_pages() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
enable_huge_pages
field. - enable_huge_pages(boolean) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
enable_huge_pages
field. - ENABLE_HUGE_PAGES - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
F
- free(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- free_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
free_total
field. - free_total() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
free_total
field. - FREE_TOTAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- from_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
from_cache
field. - from_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
from_cache
field. - FROM_CACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
- from_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
from_global
field. - from_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
from_global
field. - FROM_GLOBAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
- from_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
from_reserved
field. - from_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
from_reserved
field. - FROM_RESERVED - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
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
- getSignature() - Method in interface org.lwjgl.system.rpmalloc.RPMemoryMapCallbackI
- getSignature() - Method in interface org.lwjgl.system.rpmalloc.RPMemoryUnmapCallbackI
- 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. - GLOBAL_TO_THREAD - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
H
- huge_alloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
-
Returns the value of the
huge_alloc
field. - huge_alloc() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns the value of the
huge_alloc
field. - HUGE_ALLOC - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
- huge_alloc_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
-
Returns the value of the
huge_alloc_peak
field. - huge_alloc_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns the value of the
huge_alloc_peak
field. - HUGE_ALLOC_PEAK - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
I
- invoke(long, long) - Method in interface org.lwjgl.system.rpmalloc.RPMemoryMapCallbackI
-
Map memory pages for the given number of bytes.
- invoke(long, long, long, boolean) - Method in interface org.lwjgl.system.rpmalloc.RPMemoryUnmapCallbackI
-
Unmap the memory pages starting at address and spanning the given number of bytes.
M
- malloc() - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated withmemAlloc
. - malloc() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics.Buffer
instance allocated withmemAlloc
. - malloc(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics.Buffer
instance allocated withmemAlloc
. - malloc(long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- mallocStack() - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated on the thread-localMemoryStack
. - mallocStack() - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics.Buffer
instance allocated on the thread-localMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(int, MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics.Buffer
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns a new
RPMallocConfig
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns a new
RPmallocGlobalStatistics
instance allocated on the specifiedMemoryStack
. - mallocStack(MemoryStack) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a new
RPmallocThreadStatistics
instance allocated on the specifiedMemoryStack
. - map_calls() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
map_calls
field. - map_calls() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
map_calls
field. - map_calls() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
map_calls
field. - map_calls() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
map_calls
field. - MAP_CALLS - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- MAP_CALLS - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
- 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 - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
- mapped_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics.Buffer
-
Returns the value of the
mapped_peak
field. - mapped_peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Returns the value of the
mapped_peak
field. - MAPPED_PEAK - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
- 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. - MAPPED_TOTAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.
- memory_map() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
memory_map
field. - memory_map(RPMemoryMapCallbackI) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
memory_map
field. - MEMORY_MAP - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
- memory_unmap() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
memory_unmap
field. - memory_unmap(RPMemoryUnmapCallbackI) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
memory_unmap
field. - MEMORY_UNMAP - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
N
- nalloc_current(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.alloc_current()
. - nalloc_peak(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.alloc_peak()
. - nalloc_total(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.alloc_total()
. - ncached(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.cached()
. - ncurrent(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.current()
. - nenable_huge_pages(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.enable_huge_pages()
. - nenable_huge_pages(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
enable_huge_pages
. - nfree_total(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.free_total()
. - nfrom_cache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.from_cache()
. - nfrom_global(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.from_global()
. - nfrom_reserved(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.from_reserved()
. - nglobal_to_thread(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.global_to_thread()
. - nhuge_alloc(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.huge_alloc()
. - nhuge_alloc_peak(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.huge_alloc_peak()
. - nmap_calls(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.map_calls()
. - nmap_calls(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.map_calls()
. - nmapped(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.mapped()
. - nmapped_peak(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.mapped_peak()
. - nmapped_total(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.mapped_total()
. - nmemory_map(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.memory_map()
. - nmemory_map(long, RPMemoryMapCallbackI) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
memory_map
. - nmemory_unmap(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.memory_unmap()
. - nmemory_unmap(long, RPMemoryUnmapCallbackI) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
memory_unmap
. - npage_size(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.page_size()
. - npage_size(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
page_size
. - npeak(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.peak()
. - nrpaligned_alloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
aligned_alloc
- nrpaligned_realloc(long, long, long, long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
aligned_realloc
- nrpcalloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
calloc
- nrpfree(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
free
- nrpmalloc(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc
- nrpmalloc_config() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_config
- nrpmalloc_global_statistics(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_global_statistics
- nrpmalloc_initialize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_initialize
- nrpmalloc_initialize_config(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_initialize_config
- nrpmalloc_is_thread_initialized() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_is_thread_initialized
- nrpmalloc_thread_statistics(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_thread_statistics
- nrpmalloc_usable_size(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
malloc_usable_size
- nrpmemalign(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
memalign
- nrpposix_memalign(long, long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
posix_memalign
- nrprealloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Unsafe version of:
realloc
- nsize_use(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.size_use()
. - nsize_use(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
size_use
. - nsizecache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.sizecache()
. - nspan_map_count(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.span_map_count()
. - nspan_map_count(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
span_map_count
. - nspan_size(long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
RPMallocConfig.span_size()
. - nspan_size(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Unsafe version of
span_size
. - nspan_use(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.span_use()
. - nspan_use(long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
span_use
. - nspancache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.spancache()
. - nspans_from_cache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.spans_from_cache()
. - nspans_from_reserved(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.spans_from_reserved()
. - nspans_to_cache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Unsafe version of
RPmallocThreadStatistics.size_use.spans_to_cache()
. - nthread_to_global(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Unsafe version of
RPmallocThreadStatistics.thread_to_global()
. - nto_cache(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.to_cache()
. - nto_global(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.to_global()
. - nto_reserved(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Unsafe version of
RPmallocThreadStatistics.span_use.to_reserved()
. - nunmapped_total(long) - Static method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
Unsafe version of
RPmallocGlobalStatistics.unmapped_total()
.
O
- org.lwjgl.system.rpmalloc - package org.lwjgl.system.rpmalloc
-
Contains bindings to the rpmalloc library.
P
- page_size() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
page_size
field. - page_size(long) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
page_size
field. - PAGE_SIZE - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
- peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
peak
field. - peak() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
peak
field. - PEAK - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
R
- realloc(long, long) - Method in class org.lwjgl.system.rpmalloc.RPmallocAllocator
- rpaligned_alloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Allocates a memory block of at least the given size and alignment.
- rpaligned_realloc(ByteBuffer, long, long, int) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Reallocates the given block to at least the given size and alignment, with optional control flags (see
MALLOC_NO_PRESERVE
). - rpcalloc(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Allocates a memory block of at least the given size and zero initializes it.
- rpfree(ByteBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(DoubleBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(FloatBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(IntBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(LongBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(ShortBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpfree(PointerBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Frees the given memory block.
- rpmalloc(long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Allocates a memory block of at least the given size.
- RPmalloc - Class in org.lwjgl.system.rpmalloc
-
Native bindings to the rpmalloc library.
- rpmalloc_config() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Gets allocator configuration.
- rpmalloc_finalize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Finalizes allocator.
- rpmalloc_global_statistics(RPmallocGlobalStatistics) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Gets global statistics.
- rpmalloc_initialize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Initializes allocator with default configuration.
- rpmalloc_initialize_config(RPMallocConfig) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Initializes allocator with given configuration.
- rpmalloc_is_thread_initialized() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Query if allocator is initialized for calling thread.
- 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
-
Performs deferred deallocations pending for the calling thread heap.
- rpmalloc_thread_finalize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Finalizes allocator for calling thread.
- rpmalloc_thread_initialize() - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Initializes allocator for calling thread.
- rpmalloc_thread_statistics(RPmallocThreadStatistics) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Gets per-thread statistics.
- rpmalloc_usable_size(ByteBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(DoubleBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(FloatBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(IntBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(LongBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(ShortBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- rpmalloc_usable_size(PointerBuffer) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Queries the usable size of the given memory block (from given pointer to the end of block).
- RPmallocAllocator - Class in org.lwjgl.system.rpmalloc
-
A
MemoryUtil.MemoryAllocator
implementation using the rpmalloc library. - RPmallocAllocator() - Constructor for class org.lwjgl.system.rpmalloc.RPmallocAllocator
- RPMallocConfig - Class in org.lwjgl.system.rpmalloc
-
This struct enables configuration of a memory mapper providing map/unmap of memory pages.
- RPMallocConfig(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Creates a
RPMallocConfig
instance at the current position of the specifiedByteBuffer
container. - 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 specifiedByteBuffer
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 specifiedByteBuffer
container. - RPmallocThreadStatistics.Buffer - Class in org.lwjgl.system.rpmalloc
-
An array of
RPmallocThreadStatistics
structs. - RPmallocThreadStatistics.size_use - Class in org.lwjgl.system.rpmalloc
-
Member documentation
- RPmallocThreadStatistics.size_use.Buffer - Class in org.lwjgl.system.rpmalloc
-
An array of
RPmallocThreadStatistics.size_use
structs. - RPmallocThreadStatistics.span_use - Class in org.lwjgl.system.rpmalloc
-
Member documentation
- RPmallocThreadStatistics.span_use.Buffer - Class in org.lwjgl.system.rpmalloc
-
An array of
RPmallocThreadStatistics.span_use
structs. - rpmemalign(long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Allocates a memory block of at least the given size and alignment.
- RPMemoryMapCallback - Class in org.lwjgl.system.rpmalloc
-
Instances of this class may be set to the
RPMallocConfig
struct. - RPMemoryMapCallbackI - Interface in org.lwjgl.system.rpmalloc
-
Instances of this interface may be set to the
RPMallocConfig
struct. - RPMemoryUnmapCallback - Class in org.lwjgl.system.rpmalloc
-
Instances of this class may be set to the
RPMallocConfig
struct. - RPMemoryUnmapCallbackI - Interface in org.lwjgl.system.rpmalloc
-
Instances of this interface may be set to the
RPMallocConfig
struct. - rpposix_memalign(PointerBuffer, long, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Allocates a memory block of at least the given size and alignment.
- rprealloc(ByteBuffer, long) - Static method in class org.lwjgl.system.rpmalloc.RPmalloc
-
Reallocates the given block to at least the given size.
S
- set(RPMallocConfig) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Copies the specified struct data to this struct.
- set(RPMemoryMapCallbackI, RPMemoryUnmapCallbackI, long, long, long, boolean) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Initializes this struct with the specified values.
- SIGNATURE - Static variable in interface org.lwjgl.system.rpmalloc.RPMemoryMapCallbackI
- SIGNATURE - Static variable in interface org.lwjgl.system.rpmalloc.RPMemoryUnmapCallbackI
- size_use(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Creates a
size_use
instance at the current position of the specifiedByteBuffer
container. - size_use() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
-
Returns a
RPmallocThreadStatistics.size_use
.Buffer view of thesize_use
field. - size_use() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a
RPmallocThreadStatistics.size_use
.Buffer view of thesize_use
field. - size_use(int) - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
-
Returns a
RPmallocThreadStatistics.size_use
view of the struct at the specified index of thesize_use
field. - size_use(int) - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a
RPmallocThreadStatistics.size_use
view of the struct at the specified index of thesize_use
field. - SIZE_USE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
- 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. - SIZECACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
- sizeof() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
- sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
- sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
- sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
- sizeof() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
- SIZEOF - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct size in bytes.
- 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.size_use
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct size in bytes.
- SIZEOF - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct size in bytes.
- span_map_count() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
span_map_count
field. - span_map_count(long) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
span_map_count
field. - SPAN_MAP_COUNT - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
- span_size() - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Returns the value of the
span_size
field. - span_size(long) - Method in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
Sets the specified value to the
span_size
field. - SPAN_SIZE - Static variable in class org.lwjgl.system.rpmalloc.RPMallocConfig
-
The struct member offsets.
- span_use(ByteBuffer) - Constructor for class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Creates a
span_use
instance at the current position of the specifiedByteBuffer
container. - span_use() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
-
Returns a
RPmallocThreadStatistics.span_use
.Buffer view of thespan_use
field. - span_use() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a
RPmallocThreadStatistics.span_use
.Buffer view of thespan_use
field. - span_use(int) - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.Buffer
-
Returns a
RPmallocThreadStatistics.span_use
view of the struct at the specified index of thespan_use
field. - span_use(int) - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
Returns a
RPmallocThreadStatistics.span_use
view of the struct at the specified index of thespan_use
field. - SPAN_USE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
- 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. - SPANCACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
- spans_from_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
spans_from_cache
field. - spans_from_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
spans_from_cache
field. - SPANS_FROM_CACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- spans_from_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
spans_from_reserved
field. - spans_from_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
spans_from_reserved
field. - SPANS_FROM_RESERVED - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
- spans_to_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use.Buffer
-
Returns the value of the
spans_to_cache
field. - spans_to_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
Returns the value of the
spans_to_cache
field. - SPANS_TO_CACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.size_use
-
The struct member offsets.
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. - THREAD_TO_GLOBAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics
-
The struct member offsets.
- to_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
to_cache
field. - to_cache() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
to_cache
field. - TO_CACHE - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
- to_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
to_global
field. - to_global() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
to_global
field. - TO_GLOBAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
- to_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use.Buffer
-
Returns the value of the
to_reserved
field. - to_reserved() - Method in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
Returns the value of the
to_reserved
field. - TO_RESERVED - Static variable in class org.lwjgl.system.rpmalloc.RPmallocThreadStatistics.span_use
-
The struct member offsets.
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. - UNMAPPED_TOTAL - Static variable in class org.lwjgl.system.rpmalloc.RPmallocGlobalStatistics
-
The struct member offsets.