PxInlineAllocator

Defined in include/foundation/PxInlineAllocator.h

Inheritance Relationships

Base Type

  • private BaseAllocator

template<PxU32 N, typename BaseAllocator>
class PxInlineAllocator : private BaseAllocator

Public Functions

inline PxInlineAllocator(const PxEMPTY v)
inline PxInlineAllocator(const BaseAllocator &alloc = BaseAllocator())
inline PxInlineAllocator(const PxInlineAllocator &aloc)
inline void *allocate(PxU32 size, const char *filename, PxI32 line)
inline void deallocate(void *ptr)
inline PxU8 *getInlineBuffer()
inline bool isBufferUsed() const

Protected Attributes

PxU8 mBuffer[N]
bool mBufferUsed