public class OpaqueMemory extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
baseAddress |
protected static Logger |
LOG |
OpaqueMemory |
memoryOwner |
int |
sizeInBytes |
| Constructor and Description |
|---|
OpaqueMemory(int sizeInBytes,
boolean clearMem) |
OpaqueMemory(int elements,
int sizeInBytes,
boolean clearMem) |
OpaqueMemory(OpaqueMemory owner,
long baseAddress,
int sizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear(OpaqueMemory mem) |
static int |
ENOMEM() |
protected void |
finalize() |
protected static final Logger LOG
public final long baseAddress
public final int sizeInBytes
public final OpaqueMemory memoryOwner
public OpaqueMemory(int sizeInBytes,
boolean clearMem)
public OpaqueMemory(int elements,
int sizeInBytes,
boolean clearMem)
public OpaqueMemory(OpaqueMemory owner, long baseAddress, int sizeInBytes)
public static final int ENOMEM()
public static final void clear(OpaqueMemory mem)
Copyright © 2019. All rights reserved.