class to track allocation statistics, see PxgMirrored More...
#include <PxCudaMemoryManager.h>
Public Member Functions | |
PxAllocInfo () | |
AllocInfo default constructor. More... | |
PxAllocInfo (const char *file, int line, const char *allocName, PxAllocId::Enum allocId) | |
AllocInfo constructor that initializes all of the members. More... | |
const char * | getFileName () const |
get the allocation file name More... | |
int | getLine () const |
get the allocation line More... | |
const char * | getAllocName () const |
get the allocation name More... | |
PxAllocId::Enum | getAllocId () const |
get the allocation ID More... | |
Private Attributes | |
const char * | mFileName |
int | mLine |
const char * | mAllocName |
PxAllocId::Enum | mAllocId |
class to track allocation statistics, see PxgMirrored
|
inline |
AllocInfo default constructor.
|
inline |
AllocInfo constructor that initializes all of the members.
|
inline |
get the allocation ID
|
inline |
get the allocation name
|
inline |
get the allocation file name
|
inline |
get the allocation line
|
private |
|
private |
|
private |
|
private |