#include <b2_block_allocator.h>
|
|
void * | Allocate (int32 size) |
| | Allocate memory. This will use b2Alloc if the size is larger than b2_maxBlockSize.
|
| |
|
void | Free (void *p, int32 size) |
| | Free memory. This will use b2Free if the size is larger than b2_maxBlockSize.
|
| |
|
void | Clear () |
| |
This is a small object allocator used for allocating small objects that persist for more than one time step. See: http://www.codeproject.com/useritems/Small_Block_Allocator.asp
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/box2d-23c5d60668dc84e731e1f700188df4e3aaa9b5f6/include/box2d/b2_block_allocator.h