#include <callbacks.h>
Inherits physx::PxAllocatorCallback.
|
| ~Allocator () |
|
void * | allocate (size_t size, const char *typeName, const char *filename, int line) |
| physx callback for allocating memory, should be at least 16 byte aligned
|
|
void | deallocate (void *ptr) |
|
◆ ~Allocator()
Physics::Allocator::~Allocator |
( |
| ) |
|
|
inline |
◆ allocate()
void * Physics::Allocator::allocate |
( |
size_t | size, |
|
|
const char * | typeName, |
|
|
const char * | filename, |
|
|
int | line ) |
|
inline |
physx callback for allocating memory, should be at least 16 byte aligned
◆ deallocate()
void Physics::Allocator::deallocate |
( |
void * | ptr | ) |
|
|
inline |
The documentation for this class was generated from the following file: