23.11
|
Interface of an object than can be memory managed. More...
#include <IMemoryGroup.h>
Public Member Functions | |
virtual | ~IMemoryManageable ()=default |
Default virtual destructor. More... | |
virtual void | associate_memory_group (IMemoryGroup *memory_group)=0 |
Associates a memory managable object with the memory group that manages it. More... | |
Interface of an object than can be memory managed.
Definition at line 69 of file IMemoryGroup.h.
|
virtualdefault |
Default virtual destructor.
|
pure virtual |
Associates a memory managable object with the memory group that manages it.
[in] | memory_group | Memory group that manages the object. |
Implemented in CLTensor, and Tensor.
Referenced by MemoryGroup::manage().