Access | Constructor and Description |
---|---|
pack-priv | AllocatedNativeObject(int
Number of bytes to allocate size, boolean If pageAligned)true then the area will be aligned on a hardware
page boundaryAllocates a memory area of at least |
Modifier and Type | Method and Description |
---|---|
pack-priv synchronized void |
AllocatedNativeObject | back to summary |
---|---|
pack-priv AllocatedNativeObject(int size, boolean pageAligned) Allocates a memory area of at least
|
free | back to summary |
---|---|
pack-priv synchronized void free() Frees the native memory area associated with this object. |