| Package | Description |
|---|---|
| _templates.javolution.context |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapContext
This class represents the default allocator context.
|
class |
ImmortalContext
This class represents an allocator from immortal memory (RTSJ).
|
class |
PoolContext
This class represents a shared pool context for object
allocation/recycling.
|
class |
StackContext
This class represents a stack
allocator context;
(using thread-local pools or RTSJ ScopedMemory). |
| Modifier and Type | Method and Description |
|---|---|
static AllocatorContext |
AllocatorContext.getCurrentAllocatorContext()
Returns the current allocator context.
|
static AllocatorContext |
AllocatorContext.getDefault()
Returns the default instance (
DEFAULT implementation). |
Copyright © 2005–2021 Javolution. All rights reserved.