Bullet Collision Detection & Physics Library
GIM_STANDARD_ALLOCATOR Class Reference
Inheritance diagram for GIM_STANDARD_ALLOCATOR:
Collaboration diagram for GIM_STANDARD_ALLOCATOR:

Public Member Functions

 GIM_STANDARD_ALLOCATOR ()
Public Member Functions inherited from btGenericPoolAllocator
size_t get_pool_capacity ()
 btGenericPoolAllocator (size_t pool_element_size, size_t pool_element_count)
virtual ~btGenericPoolAllocator ()
 *******************! btGenericPoolAllocator *******************!///
void * allocate (size_t size_bytes)
 Allocates memory in pool.
bool freeMemory (void *pointer)

Additional Inherited Members

Public Attributes inherited from btGenericPoolAllocator
btGenericMemoryPoolm_pools [BT_DEFAULT_MAX_POOLS]
size_t m_pool_count
Protected Member Functions inherited from btGenericPoolAllocator
btGenericMemoryPoolpush_new_pool ()
void * failback_alloc (size_t size_bytes)
bool failback_free (void *pointer)
Protected Attributes inherited from btGenericPoolAllocator
size_t m_pool_element_size
size_t m_pool_element_count

Detailed Description

Definition at line 238 of file btGenericPoolAllocator.cpp.

Constructor & Destructor Documentation

◆ GIM_STANDARD_ALLOCATOR()

GIM_STANDARD_ALLOCATOR::GIM_STANDARD_ALLOCATOR ( )
inline

Definition at line 241 of file btGenericPoolAllocator.cpp.


The documentation for this class was generated from the following file: