public final class Memory
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
malloc
public static Address malloc(int size)
-
free
public static void free(Address address)
-