Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticOutOfMemoryError
A version of
OutOfMemoryError that does not require
allocation. |
Modifier and Type | Method and Description |
---|---|
Object |
ScopedMemory.newArray(Class<?> type,
int number)
Allocates an array of the given type in this memory area.
|
Object |
MemoryArea.newArray(Class<?> type,
int number)
Allocates an array of the given type in this memory area.
|
static Object |
MemoryArea.newArrayInArea(Object object,
Class<?> type,
int size)
A helper method for creating an array of type
type in the
memory area containing object. |
<T> T |
MemoryArea.newInstance(Constructor<T> c,
Object[] args)
Allocates a new instance using the given constructor
and passing arguments to this constructor.
|
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-2024 aicas GmbH. All Rights Reserved.