|
25.02
|
#include <TosaRefMemoryManager.hpp>
Public Member Functions | |
| Pool (unsigned int numBytes) | |
| ~Pool () | |
| void | Acquire () |
| void | Release () |
| void * | GetPointer () |
| void | Reserve (unsigned int numBytes) |
Definition at line 33 of file TosaRefMemoryManager.hpp.
| Pool | ( | unsigned int | numBytes | ) |
Definition at line 62 of file TosaRefMemoryManager.cpp.
| ~Pool | ( | ) |
| void Acquire | ( | ) |
Definition at line 89 of file TosaRefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
| void * GetPointer | ( | ) |
Definition at line 75 of file TosaRefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
Referenced by TosaRefMemoryManager::GetPointer().
| void Release | ( | ) |
| void Reserve | ( | unsigned int | numBytes | ) |
Definition at line 82 of file TosaRefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
Referenced by TosaRefMemoryManager::Manage().