|
24.08
|
#include <GpuFsaMemoryManager.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 GpuFsaMemoryManager.hpp.
| Pool | ( | unsigned int | numBytes | ) |
Definition at line 66 of file GpuFsaMemoryManager.cpp.
| ~Pool | ( | ) |
Definition at line 71 of file GpuFsaMemoryManager.cpp.
References GpuFsaMemoryManager::Release().
| void Acquire | ( | ) |
Definition at line 99 of file GpuFsaMemoryManager.cpp.
| void * GetPointer | ( | ) |
Definition at line 79 of file GpuFsaMemoryManager.cpp.
Referenced by GpuFsaMemoryManager::GetPointer().
| void Release | ( | ) |
Definition at line 109 of file GpuFsaMemoryManager.cpp.
| void Reserve | ( | unsigned int | numBytes | ) |