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)#

Public Static Functions

static inline void *allocate(
size_t size,
const char*,
int,
uint32_t *cookie = NULL,
)#
static inline void deallocate(void *ptr, uint32_t *cookie = NULL)#