PxReflectionAllocator

Defined in include/foundation/PxAllocator.h

template<typename T>
class PxReflectionAllocator

Allocator used to access the global PxAllocatorCallback instance using a static name derived from T.

Public Functions

inline PxReflectionAllocator(const PxEMPTY)
inline PxReflectionAllocator(const char* = 0)
inline PxReflectionAllocator(const PxReflectionAllocator&)
inline void *allocate(size_t size, const char *filename, int line)
inline void deallocate(void *ptr)