UNIVERS
15.3
UNIVERS base processing software API
|
#include <memctl.H>
Public Member Functions | |
LocalMem (size_t volume) | |
LocalMem (size_t volume, void *p) | |
virtual | ~LocalMem () |
virtual size_t | size () |
virtual void | resize (size_t volume) |
virtual void * | ptr () |
Public Member Functions inherited from MemBlock | |
virtual | ~MemBlock () |
virtual void | operator= (MemBlock &mem_blk) |
Block of private process memory.
|
virtual |
Destroy local memory page
|
virtual |
Return address of page in local space
Implements MemBlock.
|
virtual |
Change size of page to new volume without any guarantee of saving data during resize
Implements MemBlock.
|
inlinevirtual |
Get size of allocated memory page
Implements MemBlock.