Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
OutOfMemoryStaticError
A version of
OutOfMemoryError that does not require
allocation. |
Modifier and Type | Method and Description |
---|---|
Object |
MemoryArea.newArray(Class<?> type,
int number)
Allocates an array of the given type in this memory area.
|
Object |
ScopedMemory.newArray(Class<?> type,
int number)
Allocates an array of the given type in this memory area.
|
Constructor and Description |
---|
RawMemoryAccess(Object type,
long size)
Constructor to create an instance of RawMemoryAccess for the
given parameters and make this memory accessible.
|
RawMemoryAccess(Object type,
long base,
long size)
Constructor to create an instance of RawMemoryAccess for the
given parameters and make this memory accessible.
|
RawMemoryFloatAccess(Object type,
long size)
Constructor to create an instance of RawMemoryFloatAccess for
the given parameters and make this memory accessible.
|
RawMemoryFloatAccess(Object type,
long base,
long size)
Constructor to create an instance of RawMemoryFloatAccess for
the given parameters and make this memory accessible.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.