Searched refs:m_persistentManifoldPoolAllocator (Results 1 – 2 of 2) sorted by relevance
47 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()
58 btPoolAllocator* m_persistentManifoldPoolAllocator; variable160 return m_persistentManifoldPoolAllocator; in getInternalManifoldPool()165 return m_persistentManifoldPoolAllocator; in getInternalManifoldPool()