PathEngine home previous: iContentProcessing3D::saveSnapshot()next: Classes
Contents, API Reference, Interfaces, iContentProcessing3D, totalMemoryAllocated

iContentProcessing3D::totalMemoryAllocated()

Description

Returns the amount of memory allocated by PathEngine, if memory tracking is enabled.

Syntax

tUnsigned32 totalMemoryAllocated();

Return Value

If memory tracking is enabled this method returns the total amount of memory allocated dynamically by PathEngine.
If memory tracking is not enabled then this method returns zero.

Remarks

You can check PathEngine's version attributes to determine whether or not memory tracking is enabled.
See Memory Tracking for details.

See Also

iContentProcessing3D::maximumMemoryAllocated(), iContentProcessing3D::resetMaximumMemoryAllocated()
Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEnginenext: Classes