Go to the documentation of this file.
14 #ifndef PX_FOUNDATION_PX_ALLOCATOR_CALLBACK_H
15 #define PX_FOUNDATION_PX_ALLOCATOR_CALLBACK_H
60 virtual void* allocate(
size_t size,
const char* typeName,
const char* filename,
int line) = 0;
70 virtual void deallocate(
void* ptr) = 0;
Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com