The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)
More...
#include <btStackAlloc.h>
Private Member Functions |
| void | ctor () |
Detailed Description
The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)
Definition at line 34 of file btStackAlloc.h.
Constructor & Destructor Documentation
| btStackAlloc::btStackAlloc |
( |
unsigned int |
size | ) |
|
|
inline |
| btStackAlloc::~btStackAlloc |
( |
| ) |
|
|
inline |
Member Function Documentation
| 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 |
Member Data Documentation
| 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: