24.08
|
#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 | ( | ) |
Definition at line 67 of file TosaRefMemoryManager.cpp.
References TosaRefMemoryManager::Release().
void Acquire | ( | ) |
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().