| Package | Description |
|---|---|
| javax.safetycritical | |
| javax.scj.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmortalMemory
This class represents immortal memory.
|
class |
ManagedMemory
Managed memory is a scoped memory area that is managed by a mission.
|
class |
MemoryArea
All allocation contexts are implemented by memory areas.
|
class |
MissionMemory
Mission memory is a linear-time scoped memory area that remains active
through the lifetime of a mission.
|
class |
PrivateMemory
This class cannot be directly instantiated by the application;
hence there are no public constructors.
|
| Modifier and Type | Method and Description |
|---|---|
static VMInterface.AllocationArea |
VMInterface.AllocationArea.getCurrentAllocationArea() |
| Modifier and Type | Method and Description |
|---|---|
static void |
VMInterface.AllocationArea.switchAllocationArea(VMInterface.AllocationArea newScope,
VMInterface.AllocationArea oldScope) |