| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.classlib |
| Modifier and Type | Method | Description |
|---|---|---|
static Address |
MemoryManager.malloc(int aSize) |
|
static Address |
MemoryManager.newArray(int aSize,
int aType,
int aVTableIndex) |
|
static Address |
MemoryManager.newArray(int aSize1,
int aSize2,
int aType,
int aVTableIndex) |
|
static Address |
MemoryManager.newObject(int aSize,
int aType,
int aVTableIndex) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
MemoryManager.free(Address aPointer) |
|
static int |
Address.getIntValue(Address aAddress,
int aIndex) |
|
static int |
Address.getStart(Address aAddress) |
|
static void |
Address.setIntValue(Address aAddress,
int aIndex,
int aValue) |
Copyright © 2019 Systemprogrammierung Mirko Sertic. All rights reserved.