Public Attributes | List of all members
PxAllocIdStats Struct Reference

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...
 

Detailed Description

statistics collected per AllocationId by HeapManager.

Member Data Documentation

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


The documentation for this struct was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com