Home
last modified time | relevance | path

Searched refs:m_persistentManifoldPoolAllocator (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionDispatcher.cpp47 m_persistentManifoldPoolAllocator = collisionConfiguration->getPersistentManifoldPool(); in btCollisionDispatcher()
89 if (m_persistentManifoldPoolAllocator->getFreeCount()) in getNewManifold()
91 mem = m_persistentManifoldPoolAllocator->allocate(sizeof(btPersistentManifold)); in getNewManifold()
133 if (m_persistentManifoldPoolAllocator->validPtr(manifold)) in releaseManifold()
135 m_persistentManifoldPoolAllocator->freeMemory(manifold); in releaseManifold()
DbtCollisionDispatcher.h58 btPoolAllocator* m_persistentManifoldPoolAllocator; variable
160 return m_persistentManifoldPoolAllocator; in getInternalManifoldPool()
165 return m_persistentManifoldPoolAllocator; in getInternalManifoldPool()