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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGenericPoolAllocator.cpp 1 /*! \file btGenericPoolAllocator.cpp
21 #include "btGenericPoolAllocator.h"
155 /// *******************! btGenericPoolAllocator *******************!///
158 btGenericPoolAllocator::~btGenericPoolAllocator()
171 btGenericMemoryPool * btGenericPoolAllocator::push_new_pool()
185 void * btGenericPoolAllocator::failback_alloc(size_t size_bytes)
204 bool btGenericPoolAllocator::failback_free(void * pointer)
215 void * btGenericPoolAllocator::allocate(size_t size_bytes)
231 bool btGenericPoolAllocator::freeMemory(void * pointer
    [all...]
btGenericPoolAllocator.h 1 /*! \file btGenericPoolAllocator.h
113 class btGenericPoolAllocator
138 btGenericPoolAllocator(size_t pool_element_size, size_t pool_element_count)
145 virtual ~btGenericPoolAllocator();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGenericPoolAllocator.java 18 public class btGenericPoolAllocator extends BulletBase {
21 protected btGenericPoolAllocator(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btGenericPoolAllocator, normally you should not need this constructor it's intended for low-level usage. */
27 public btGenericPoolAllocator(long cPtr, boolean cMemoryOwn) {
28 this("btGenericPoolAllocator", cPtr, cMemoryOwn);
39 public static long getCPtr(btGenericPoolAllocator obj) {
82 public btGenericPoolAllocator(long pool_element_size, long pool_element_count) {

Completed in 155 milliseconds