Bullet Collision Detection & Physics Library
|
The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out) More...
#include <btStackAlloc.h>
Public Member Functions | |
btStackAlloc (unsigned int size) | |
~btStackAlloc () | |
void | create (unsigned int size) |
void | destroy () |
int | getAvailableMemory () const |
unsigned char * | allocate (unsigned int size) |
btBlock * | beginBlock () |
void | endBlock (btBlock *block) |
Private Member Functions | |
void | ctor () |
Private Attributes | |
unsigned char * | data |
unsigned int | totalsize |
unsigned int | usedsize |
btBlock * | current |
bool | ischild |
The StackAlloc class provides some fast stack-based memory allocator (LIFO last-in first-out)
Definition at line 34 of file btStackAlloc.h.
Definition at line 37 of file btStackAlloc.h.
|
inline |
Definition at line 42 of file btStackAlloc.h.
Definition at line 70 of file btStackAlloc.h.
|
inline |
Definition at line 83 of file btStackAlloc.h.
Definition at line 44 of file btStackAlloc.h.
|
inlineprivate |
Definition at line 103 of file btStackAlloc.h.
|
inline |
Definition at line 50 of file btStackAlloc.h.
Definition at line 91 of file btStackAlloc.h.
|
inline |
Definition at line 65 of file btStackAlloc.h.
|
private |
Definition at line 114 of file btStackAlloc.h.
Definition at line 111 of file btStackAlloc.h.
|
private |
Definition at line 115 of file btStackAlloc.h.
Definition at line 112 of file btStackAlloc.h.
Definition at line 113 of file btStackAlloc.h.