Package | Description |
---|---|
javax.realtime.memory |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
PinnableMemory
This class is for passing information between different threads as in the
producer consumer pattern.
|
class |
StackedMemory
StackedMemory implements a scoped memory allocation area and backing
store management system. |
Modifier and Type | Method and Description |
---|---|
void |
ScopedMemory.visitNestedScopes(Consumer<ScopedMemory> visitor)
A means of accessing all live nested scoped memories parented in this
scoped memory, even those to which no reference exists, such a
PinnableMemory that is pinned
or another javax.realtime.memory.ScopedMemory that contains a
Schedulable . |
static void |
ScopedMemory.visitScopeRoots(Consumer<ScopedMemory> visitor)
A means of accessing all live scoped memories whose parent is a
perennial memory area, even those to which no reference exists,
such a
PinnableMemory that is pinned
or another javax.realtime.memory.ScopedMemory that contains a
Schedulable . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.