public class Memory
extends java.lang.Object
Constructor and Description |
---|
Memory() |
Modifier and Type | Method and Description |
---|---|
static void |
free(java.lang.Object arg) |
static java.lang.Object |
fromIdentityHashCode(int hash) |
static int |
identityHashCode(CString data) |
static __ptr__ |
malloc(java.lang.Class theClass) |
static __ptr__ |
malloc(size_t size) |
static __ptr__ |
realloc(__ptr__ old,
size_t size) |
Copyright © 2020. All Rights Reserved.