Blender V2.61 - r43446
|
The btBlock class is an internal structure for the btStackAlloc memory allocator. More...
#include <btStackAlloc.h>
Public Attributes | |
btBlock * | previous |
unsigned char * | address |
The btBlock class is an internal structure for the btStackAlloc memory allocator.
Definition at line 27 of file btStackAlloc.h.
unsigned char* btBlock::address |
Definition at line 30 of file btStackAlloc.h.
Referenced by btStackAlloc::beginBlock(), and btStackAlloc::endBlock().
Definition at line 29 of file btStackAlloc.h.
Referenced by btStackAlloc::beginBlock(), and btStackAlloc::endBlock().