|
25.02
|
#include <RefMemoryManager.hpp>
Classes | |
| class | Pool |
Public Member Functions | |
| RefMemoryManager () | |
| virtual | ~RefMemoryManager () |
| Pool * | Manage (unsigned int numBytes) |
| void | Allocate (Pool *pool) |
| void * | GetPointer (Pool *pool) |
| void | Acquire () override |
| void | Release () override |
Public Member Functions inherited from IMemoryManager | |
| virtual | ~IMemoryManager () |
Additional Inherited Members | |
Protected Member Functions inherited from IMemoryManager | |
| IMemoryManager () | |
Definition at line 16 of file RefMemoryManager.hpp.
| RefMemoryManager | ( | ) |
Definition at line 14 of file RefMemoryManager.cpp.
|
virtual |
Definition at line 17 of file RefMemoryManager.cpp.
|
overridevirtual |
Implements IMemoryManager.
Definition at line 47 of file RefMemoryManager.cpp.
| void Allocate | ( | RefMemoryManager::Pool * | pool | ) |
Definition at line 36 of file RefMemoryManager.cpp.
References ARMNN_THROW_INVALIDARG_MSG_IF_FALSE.
| void * GetPointer | ( | RefMemoryManager::Pool * | pool | ) |
Definition at line 42 of file RefMemoryManager.cpp.
References RefMemoryManager::Pool::GetPointer().
| RefMemoryManager::Pool * Manage | ( | unsigned int | numBytes | ) |
|
overridevirtual |
Implements IMemoryManager.
Definition at line 55 of file RefMemoryManager.cpp.
Referenced by RefMemoryManager::Pool::~Pool().