|
25.02
|
#include <SampleMemoryManager.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 SampleMemoryManager.hpp.
| Pool | ( | unsigned int | numBytes | ) |
Definition at line 61 of file SampleMemoryManager.cpp.
| ~Pool | ( | ) |
| void Acquire | ( | ) |
Definition at line 84 of file SampleMemoryManager.cpp.
| void * GetPointer | ( | ) |
Definition at line 74 of file SampleMemoryManager.cpp.
Referenced by SampleMemoryManager::GetPointer().
| void Release | ( | ) |
Definition at line 89 of file SampleMemoryManager.cpp.
| void Reserve | ( | unsigned int | numBytes | ) |
Definition at line 79 of file SampleMemoryManager.cpp.
Referenced by SampleMemoryManager::Manage().