UNIVERS
15.3
UNIVERS base processing software API
|
#include <memctl.H>
Public Member Functions | |
virtual | ~UniMem () |
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) |
Friends | |
class | TableUDC |
Virtual element of UDC's table. Provides high level interface to UDC with possible realloc.
|
virtual |
Destroy object but sychnonize udc first
|
virtual |
Return asynch address of udc buffer
Implements MemBlock.
|
virtual |
Change size of udc buffer without any guarantee of saving data during resize
Implements MemBlock.
|
virtual |
Get size of udc buffer
Implements MemBlock.