Bullet Collision Detection & Physics Library
|
This is the complete list of members for btPoolAllocator, including all inherited members.
allocate(int size) | btPoolAllocator | inline |
btPoolAllocator(int elemSize, int maxElements) | btPoolAllocator | inline |
freeMemory(void *ptr) | btPoolAllocator | inline |
getElementSize() const | btPoolAllocator | inline |
getFreeCount() const | btPoolAllocator | inline |
getMaxCount() const | btPoolAllocator | inline |
getPoolAddress() | btPoolAllocator | inline |
getPoolAddress() const | btPoolAllocator | inline |
getUsedCount() const | btPoolAllocator | inline |
m_elemSize | btPoolAllocator | private |
m_firstFree | btPoolAllocator | private |
m_freeCount | btPoolAllocator | private |
m_maxElements | btPoolAllocator | private |
m_pool | btPoolAllocator | private |
validPtr(void *ptr) | btPoolAllocator | inline |
~btPoolAllocator() | btPoolAllocator | inline |