Nebula
Loading...
Searching...
No Matches
Physics::Allocator Class Reference

#include <callbacks.h>

Inherits physx::PxAllocatorCallback.

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~Allocator()

Physics::Allocator::~Allocator ( )
inline

Member Function Documentation

◆ 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: