public interface SharedMemory extends BackedByCube
Modifier and Type | Method and Description |
---|---|
SharedMemory |
alloc()
Allocates the shared memory cube of this shared memory.
|
SharedMemory |
free()
Frees the shared memory cube of this shared memory.
|
int |
unit()
Returns the unit size (in bytes) of this shared memory.
|
cube
int unit()
SharedMemory alloc() throws Exception
Exception
SharedMemory free() throws Exception
Exception
Copyright © 2018–2020 InAccel. All rights reserved.