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