HomeSort by relevance Sort by last modified time
    Searched defs:btPoolAllocator (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btPoolAllocator.h 22 ///The btPoolAllocator class allows to efficiently allocate a large pool of objects, instead of dynamically allocating them separately.
23 class btPoolAllocator
33 btPoolAllocator(int elemSize, int maxElements)
50 ~btPoolAllocator()
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btPoolAllocator.java 17 public class btPoolAllocator extends BulletBase {
20 protected btPoolAllocator(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btPoolAllocator, normally you should not need this constructor it's intended for low-level usage. */
26 public btPoolAllocator(long cPtr, boolean cMemoryOwn) {
27 this("btPoolAllocator", cPtr, cMemoryOwn);
38 public static long getCPtr(btPoolAllocator obj) {
60 public btPoolAllocator(int elemSize, int maxElements) {

Completed in 201 milliseconds