24.08
|
#include <RefMemoryManager.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 RefMemoryManager.hpp.
Pool | ( | unsigned int | numBytes | ) |
Definition at line 63 of file RefMemoryManager.cpp.
~Pool | ( | ) |
Definition at line 68 of file RefMemoryManager.cpp.
References RefMemoryManager::Release().
void Acquire | ( | ) |
void * GetPointer | ( | ) |
Definition at line 76 of file RefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
Referenced by RefMemoryManager::GetPointer().
void Release | ( | ) |
void Reserve | ( | unsigned int | numBytes | ) |
Definition at line 83 of file RefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
Referenced by RefMemoryManager::Manage().