The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)
More...
#include <btStackAlloc.h>
The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)
Definition at line 34 of file btStackAlloc.h.
btStackAlloc::btStackAlloc |
( |
unsigned int |
size | ) |
|
|
inline |
btStackAlloc::~btStackAlloc |
( |
| ) |
|
|
inline |
unsigned char* btStackAlloc::allocate |
( |
unsigned int |
size | ) |
|
|
inline |
btBlock* btStackAlloc::beginBlock |
( |
| ) |
|
|
inline |
void btStackAlloc::create |
( |
unsigned int |
size | ) |
|
|
inline |
void btStackAlloc::ctor |
( |
| ) |
|
|
inlineprivate |
void btStackAlloc::destroy |
( |
| ) |
|
|
inline |
void btStackAlloc::endBlock |
( |
btBlock * |
block | ) |
|
|
inline |
int btStackAlloc::getAvailableMemory |
( |
| ) |
const |
|
inline |
unsigned char* btStackAlloc::data |
|
private |
bool btStackAlloc::ischild |
|
private |
unsigned int btStackAlloc::totalsize |
|
private |
unsigned int btStackAlloc::usedsize |
|
private |
The documentation for this class was generated from the following file: