PhysX SDK 3.2 API Reference: pxtask::CudaMemoryManagerStats Struct Reference

PhysX SDK 3.2 API

pxtask::CudaMemoryManagerStats Struct Reference

Memory statistics struct returned by CudaMemMgr::getStats(). More...

#include <PxCudaMemoryManager.h>

Collaboration diagram for pxtask::CudaMemoryManagerStats:

List of all members.


Public Attributes

size_t heapSize
 Size of all pages allocated for this memory type (allocated + free).
size_t totalAllocated
 Size occupied by the current allocations.
size_t maxAllocated
 High water mark of allocations since the SDK was created.
AllocIdStats allocIdStats [AllocId::NUM_IDS]
 Stats for each allocation ID, see AllocIdStats.

Detailed Description

Memory statistics struct returned by CudaMemMgr::getStats().

Member Data Documentation

Stats for each allocation ID, see AllocIdStats.

Size of all pages allocated for this memory type (allocated + free).

High water mark of allocations since the SDK was created.

Size occupied by the current allocations.


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



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