public final class Memory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
free(org.teavm.interop.Address address) |
static org.teavm.interop.Address |
malloc(int size) |
static void |
memcpy(org.teavm.interop.Address target,
org.teavm.interop.Address source,
int size) |
Copyright © 2019. All rights reserved.