public class AllocatorConfig
extends java.lang.Object
Allocator
instance.Modifier and Type | Class and Description |
---|---|
static class |
AllocatorConfig.Builder
The AllocatorConfig Builder.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndividualAllocationSize()
Gets the length of each individual
Allocation . |
int |
getInitialAllocationCount()
Gets the number of allocations to create up front.
|
boolean |
isTrimOnReset()
Whether memory is freed when the allocator is reset.
|
public boolean isTrimOnReset()
DefaultAllocator
public int getIndividualAllocationSize()
Allocation
.DefaultAllocator
public int getInitialAllocationCount()
DefaultAllocator