#include <b2BlockAllocator.h>
Public Member Functions | |
b2BlockAllocator () | |
~b2BlockAllocator () | |
void * | Allocate (int32 size) |
void | Free (void *p, int32 size) |
void | Clear () |
b2BlockAllocator::b2BlockAllocator | ( | ) |
b2BlockAllocator::~b2BlockAllocator | ( | ) |
void * b2BlockAllocator::Allocate | ( | int32 | size | ) |
void b2BlockAllocator::Clear | ( | ) |
void b2BlockAllocator::Free | ( | void * | p, | |
int32 | size | |||
) |