30 #ifndef PXFOUNDATION_PXALLOCATORCALLBACK_H 31 #define PXFOUNDATION_PXALLOCATORCALLBACK_H 77 virtual void* allocate(
size_t size,
const char* typeName,
const char* filename,
int line) = 0;
87 virtual void deallocate(
void* ptr) = 0;
95 #endif // #ifndef PXFOUNDATION_PXALLOCATORCALLBACK_H Definition: GuContactBuffer.h:37
virtual ~PxAllocatorCallback()
destructor
Definition: PxAllocatorCallback.h:58
Abstract base class for an application defined memory allocator that can be used by the Nv library...
Definition: PxAllocatorCallback.h:52