#include <AMemory.h>
Definition at line 6 of file AMemory.h.
◆ AMemoryPool()
AMemoryPool::AMemoryPool |
( |
const TCHAR * | a_szName, |
|
|
int | a_iHeapIndex, |
|
|
size_t | a_uiSize, |
|
|
int | a_iUnk1, |
|
|
int | a_iUnk2 ) |
|
inlineconstexpr |
Definition at line 9 of file AMemory.h.
10 : m_szName( a_szName ), m_iHeapIndex( a_iHeapIndex ), m_uiSize( a_uiSize ), m_iUnk1( a_iUnk1 ), m_iUnk2( a_iUnk2 )
11 {
12 }
◆ GetHeapIndex()
int AMemoryPool::GetHeapIndex |
( |
| ) |
const |
|
inline |
Definition at line 15 of file AMemory.h.
15{ return m_iHeapIndex; }
◆ GetName()
const TCHAR * AMemoryPool::GetName |
( |
| ) |
const |
|
inline |
◆ GetSize()
size_t AMemoryPool::GetSize |
( |
| ) |
const |
|
inline |
◆ GetUnk2()
TINT AMemoryPool::GetUnk2 |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- D:/_dev/OpenBarnyard/Source/OpenBarnyard/Source/Memory/AMemory.h