OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btAlignedAllocator
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.h
58
///The
btAlignedAllocator
is a portable class for aligned memory allocations.
61
class
btAlignedAllocator
{
63
typedef
btAlignedAllocator
< T , Alignment > self_type;
68
btAlignedAllocator
() {}
70
btAlignedAllocator
( const self_type & ) {}
74
btAlignedAllocator
( const
btAlignedAllocator
< Other , Alignment > & ) {}
96
typedef
btAlignedAllocator
< O , Alignment > other;
99
self_type & operator=( const
btAlignedAllocator
< O , Alignment > & ) { return *this; }
btAlignedObjectArray.h
21
#include "
btAlignedAllocator
.h"
49
btAlignedAllocator
<T , 16> m_allocator;
/external/libgdx/extensions/gdx-bullet/jni/swig/linearmath/
linearmath.i
114
#include <LinearMath/
btAlignedAllocator
.h>
116
%include "LinearMath/
btAlignedAllocator
.h"
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp
[
all
...]
Completed in 211 milliseconds