#include <b2StackAllocator.h>
Public Member Functions | |
b2StackAllocator () | |
~b2StackAllocator () | |
void * | Allocate (int32 size) |
void | Free (void *p) |
int32 | GetMaxAllocation () const |
b2StackAllocator::b2StackAllocator | ( | ) |
b2StackAllocator::~b2StackAllocator | ( | ) |
void * b2StackAllocator::Allocate | ( | int32 | size | ) |
void b2StackAllocator::Free | ( | void * | p | ) |
int32 b2StackAllocator::GetMaxAllocation | ( | ) | const |