PathEngine home previous: iPathEngine::shapeIsValid()next: Interface iShape
Contents, API Reference, Interfaces, iPathEngine, totalMemoryAllocated

iPathEngine::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

iPathEngine::maximumMemoryAllocated(), iPathEngine::resetMaximumMemoryAllocated()
Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: Interface iShape