Class | Description |
---|---|
LTMemory |
LTMemory represents a memory area guaranteed by the system to have
linear time allocation when memory consumption from the memory area is less
than the memory area's initial size. |
PinnableMemory |
This class is for passing information between different threads as in the
producer consumer pattern.
|
ScopedConfigurationParameters |
This is the same as
ConfigurationParameters
except an instance of BoundSchedulable that
uses this parameters object may not access the heap and one that uses
the super type may. |
ScopedMemory |
ScopedMemory is the abstract base class of all classes dealing with
representations of memory spaces which have a limited lifetime. |
ScopedMemoryParameters |
Extends memory parameters to provide limits for scoped memory.
|
ScopedMemoryPermission |
The alternate memory management module provides thre permissions for the
security manager to use.
|
StackedMemory |
StackedMemory implements a scoped memory allocation area and backing
store management system. |
Enum | Description |
---|---|
MemoryAreaType |
Annotation Type | Description |
---|---|
ClassAllocation |
An annotation to mark the memory area to use for class initialization.
|