Package smetana.core
Class Memory
- java.lang.Object
-
- smetana.core.Memory
-
public class Memory extends Object
-
-
Constructor Summary
Constructors Constructor Description Memory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
free(Object arg)
static Object
fromIdentityHashCode(int hash)
static int
identityHashCode(CString data)
static __ptr__
malloc(Class theClass)
static __ptr__
malloc(size_t size)
static __ptr__
realloc(__ptr__ old, size_t size)
-