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()
DefaultAllocatorpublic int getIndividualAllocationSize()
Allocation.DefaultAllocatorpublic int getInitialAllocationCount()
DefaultAllocator