statistics collected per AllocationId by HeapManager. More...
#include <PxCudaMemoryManager.h>
Public Attributes | |
size_t | size |
currently allocated memory by this ID More... | |
size_t | maxSize |
max allocated memory by this ID More... | |
size_t | elements |
number of current allocations by this ID More... | |
size_t | maxElements |
max number of allocations by this ID More... | |
statistics collected per AllocationId by HeapManager.
size_t PxAllocIdStats::elements |
number of current allocations by this ID
size_t PxAllocIdStats::maxElements |
max number of allocations by this ID
size_t PxAllocIdStats::maxSize |
max allocated memory by this ID
size_t PxAllocIdStats::size |
currently allocated memory by this ID