24.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 63 of file TosaRefMemoryManager.cpp.
~Pool | ( | ) |
Definition at line 68 of file TosaRefMemoryManager.cpp.
References TosaRefMemoryManager::Release().
void Acquire | ( | ) |
Definition at line 88 of file TosaRefMemoryManager.cpp.
References ARMNN_ASSERT_MSG.
void * GetPointer | ( | ) |
Definition at line 76 of file TosaRefMemoryManager.cpp.
References ARMNN_ASSERT_MSG.
Referenced by TosaRefMemoryManager::GetPointer().
void Release | ( | ) |
Definition at line 94 of file TosaRefMemoryManager.cpp.
References ARMNN_ASSERT_MSG.
void Reserve | ( | unsigned int | numBytes | ) |
Definition at line 82 of file TosaRefMemoryManager.cpp.
References ARMNN_ASSERT_MSG.
Referenced by TosaRefMemoryManager::Manage().