@NonnullDefault
See: Description
| Interface | Description |
|---|---|
| RPMemoryMapCallbackI |
Instances of this interface may be set to the
RPMallocConfig struct. |
| RPMemoryUnmapCallbackI |
Instances of this interface may be set to the
RPMallocConfig struct. |
| Class | Description |
|---|---|
| RPmalloc |
Native bindings to the rpmalloc library.
|
| RPmallocAllocator |
A
MemoryUtil.MemoryAllocator implementation using the rpmalloc library. |
| RPMallocConfig |
This struct enables configuration of a memory mapper providing map/unmap of memory pages.
|
| RPmallocGlobalStatistics |
Member documentation
|
| RPmallocGlobalStatistics.Buffer |
An array of
RPmallocGlobalStatistics structs. |
| RPmallocThreadStatistics |
Member documentation
|
| RPmallocThreadStatistics.Buffer |
An array of
RPmallocThreadStatistics structs. |
| RPmallocThreadStatistics.size_use |
Member documentation
|
| RPmallocThreadStatistics.size_use.Buffer |
An array of
RPmallocThreadStatistics.size_use structs. |
| RPmallocThreadStatistics.span_use |
Member documentation
|
| RPmallocThreadStatistics.span_use.Buffer |
An array of
RPmallocThreadStatistics.span_use structs. |
| RPMemoryMapCallback |
Instances of this class may be set to the
RPMallocConfig struct. |
| RPMemoryUnmapCallback |
Instances of this class may be set to the
RPMallocConfig struct. |
Copyright LWJGL. All Rights Reserved. License terms.