#include <b2_stack_allocator.h>
Definition at line 42 of file b2_stack_allocator.h.
◆ b2StackAllocator()
b2StackAllocator::b2StackAllocator |
( |
| ) |
|
◆ ~b2StackAllocator()
b2StackAllocator::~b2StackAllocator |
( |
| ) |
|
◆ Allocate()
void * b2StackAllocator::Allocate |
( |
int32 |
size | ) |
|
◆ Free()
◆ GetMaxAllocation()
int32 b2StackAllocator::GetMaxAllocation |
( |
| ) |
const |
◆ m_allocation
int32 b2StackAllocator::m_allocation |
|
private |
◆ m_data
◆ m_entries
◆ m_entryCount
int32 b2StackAllocator::m_entryCount |
|
private |
◆ m_index
int32 b2StackAllocator::m_index |
|
private |
◆ m_maxAllocation
int32 b2StackAllocator::m_maxAllocation |
|
private |
The documentation for this class was generated from the following files: