Home
last modified time | relevance | path

Searched refs:end_pool (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGenericPoolAllocator.h53 void end_pool();
63 end_pool(); in ~btGenericMemoryPool()
DbtGenericPoolAllocator.cpp105 void btGenericMemoryPool::end_pool() in end_pool() function in btGenericMemoryPool
164 m_pools[i]->end_pool(); in ~btGenericPoolAllocator()
/external/fio/
Dsmalloc.c455 unsigned int i, end_pool; in smalloc() local
462 end_pool = nr_pools; in smalloc()
465 for (; i < end_pool; i++) { in smalloc()
475 end_pool = last_pool; in smalloc()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtGenericMemoryPool.java110 public void end_pool() { in end_pool() method in btGenericMemoryPool
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp52341 (arg1)->end_pool(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGenericMemoryPool_1end_1pool()