public static class CPPRuntime.MemoryOperators extends Object
| Constructor and Description |
|---|
MemoryOperators(NativeLibrary library) |
| Modifier and Type | Method and Description |
|---|---|
void |
cppDelete(Pointer<?> ptr) |
void |
cppDeleteArray(Pointer<?> ptr) |
Pointer<?> |
cppNew(long size) |
Pointer<?> |
cppNewArray(long size) |
public MemoryOperators(NativeLibrary library)
public Pointer<?> cppNewArray(long size)
public void cppDeleteArray(Pointer<?> ptr)
Copyright © 2009-2015. All Rights Reserved.