PathEngine home previous: iContentProcessing3D::loadSnapshot()next: iContentProcessing3D::resetMaximumMemoryAllocated()
Contents, API Reference, Interfaces, iContentProcessing3D, maximumMemoryAllocated

iContentProcessing3D::maximumMemoryAllocated()

Description

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

Syntax

tUnsigned32 maximumMemoryAllocated();

Return Value

If memory tracking is enabled this method returns the peak amount of memory allocated since initialisation or since the last time iContentProcessing3D::resetMaximumMemoryAllocated() was called.
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::totalMemoryAllocated(), iContentProcessing3D::resetMaximumMemoryAllocated()
Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: iContentProcessing3D::resetMaximumMemoryAllocated()