Go to the source code of this file.
|
#define | NV_ALLOC_INFO(name, ID) __FILE__, __LINE__, name, physx::PxAllocId::ID |
|
#define | NV_ALLOC_INFO_PARAMS_DECL(p0, p1, p2, p3) const char* file = p0, int line = p1, const char* allocName = p2, physx::PxAllocId::Enum allocId = physx::PxAllocId::p3 |
|
#define | NV_ALLOC_INFO_PARAMS_DEF() const char* file, int line, const char* allocName, physx::PxAllocId::Enum allocId |
|
#define | NV_ALLOC_INFO_PARAMS_INPUT() file, line, allocName, allocId |
|
#define | NV_ALLOC_INFO_PARAMS_INPUT_INFO(info) info.getFileName(), info.getLine(), info.getAllocName(), info.getAllocId() |
|
#define | NULL 0 |
|
Referenced by PxJointRepXSerializer< TJointType >::allocateObject(), PxContactPairExtraDataIterator::clearDataPtrs(), PxBase::getConcreteTypeName(), PxBase::is(), PxRepXObject::isValid(), PxBatchQueryDesc::isValid(), PxSceneDesc::isValid(), PxContactStreamIterator::PxContactStreamIterator(), PxControllerDesc::PxControllerDesc(), PxCreatePhysics(), PxCudaContextManagerDesc::PxCudaContextManagerDesc(), PxDeserializationContext::readName(), PxGpuTask::release(), PxTask::release(), and PxLightCpuTask::~PxLightCpuTask().
#define NV_ALLOC_INFO |
( |
|
name, |
|
|
|
ID |
|
) |
| __FILE__, __LINE__, name, physx::PxAllocId::ID |
#define NV_ALLOC_INFO_PARAMS_DECL |
( |
|
p0, |
|
|
|
p1, |
|
|
|
p2, |
|
|
|
p3 |
|
) |
| const char* file = p0, int line = p1, const char* allocName = p2, physx::PxAllocId::Enum allocId = physx::PxAllocId::p3 |
#define NV_ALLOC_INFO_PARAMS_DEF |
( |
| ) |
const char* file, int line, const char* allocName, physx::PxAllocId::Enum allocId |
#define NV_ALLOC_INFO_PARAMS_INPUT |
( |
| ) |
file, line, allocName, allocId |
#define NV_ALLOC_INFO_PARAMS_INPUT_INFO |
( |
|
info | ) |
info.getFileName(), info.getLine(), info.getAllocName(), info.getAllocId() |