PxRawAllocator

Defined in include/foundation/PxAllocator.h

class PxRawAllocator

Bootstrap allocator using malloc/free.

Don’t use unless your objects get allocated before foundation is initialized.

Public Functions

inline PxRawAllocator(const char* = 0)
inline void *allocate(size_t size, const char*, int)
inline void deallocate(void *ptr)