|
25.02
|
#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 | ( | ) |
| void Acquire | ( | ) |
Definition at line 90 of file RefMemoryManager.cpp.
References ARMNN_THROW_MSG_IF_FALSE.
| 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().